diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-10 05:20:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-10 05:20:31 +0200 |
commit | fba6d1b2b73edb1c5dda6d1a87890d74d8b1e0c0 (patch) | |
tree | dfd02e11df3cdc5099a69f00989664c1e47110f6 /.gitignore | |
parent | do not allow extra arguments (diff) | |
download | sha3sum-fba6d1b2b73edb1c5dda6d1a87890d74d8b1e0c0.tar.gz sha3sum-fba6d1b2b73edb1c5dda6d1a87890d74d8b1e0c0.tar.bz2 sha3sum-fba6d1b2b73edb1c5dda6d1a87890d74d8b1e0c0.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,13 +3,15 @@ bin/ *~ \#*\#* .\#* -*.swp +*.sw[op] *.bak __pycache__/ *.class *.jar -*.pyc +*.py[co] *.o *.out *.so *.gch +java-c-jni/*.h + |