diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-13 04:31:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-13 04:31:43 +0100 |
commit | 25d561ca9aa5054896bd7c556a3efc6f4663beed (patch) | |
tree | a4e906d08feb44c13eea7421cfb63cbe575a2b8e /.gitignore | |
parent | fix bug (diff) | |
download | sha3sum-25d561ca9aa5054896bd7c556a3efc6f4663beed.tar.gz sha3sum-25d561ca9aa5054896bd7c556a3efc6f4663beed.tar.bz2 sha3sum-25d561ca9aa5054896bd7c556a3efc6f4663beed.tar.xz |
nuke...
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 6 insertions, 16 deletions
@@ -1,27 +1,17 @@ _/ +obj/ bin/ -\#*\#* +\#*\# .* !.git* *~ -*.sw[op] +*.swo +*.swp *.bak -__pycache__/ -*.class -*.jar -*.py[co] *.o *.out *.so +*.a +*.su *.gch -java-c-jni/*.h -*.info -*.pdf -*.ps -*.dvi -*.tar -*.tgz -*.gz -*.bz2 -*.xz |