diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 04:36:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 04:36:07 +0200 |
commit | da7884154c64abf61721da161e2e5f1cc9f6e80a (patch) | |
tree | 1349624b1fbbaf38ffc866bea97e5bf4ce9174b3 | |
download | jlibgamma-da7884154c64abf61721da161e2e5f1cc9f6e80a.tar.gz jlibgamma-da7884154c64abf61721da161e2e5f1cc9f6e80a.tar.bz2 jlibgamma-da7884154c64abf61721da161e2e5f1cc9f6e80a.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d0b5cf --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.bak +*.swp +*.swo +*.su +*.gch +*.out +*.o +*.so +*.class +*.jar + |