diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-10 07:28:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-10 07:28:21 +0200 |
commit | af5d32879a82749fd4e00f89947424de55eb4fae (patch) | |
tree | 5568dbc1e775654bf3c722ff8fec72795578e254 | |
parent | improve python3 version speed by never using static methods (diff) | |
download | sha3sum-af5d32879a82749fd4e00f89947424de55eb4fae.tar.gz sha3sum-af5d32879a82749fd4e00f89947424de55eb4fae.tar.bz2 sha3sum-af5d32879a82749fd4e00f89947424de55eb4fae.tar.xz |
update gitignore
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,8 +1,9 @@ _/ bin/ -*~ \#*\#* -.\#* +.* +!.git* +*~ *.sw[op] *.bak __pycache__/ @@ -14,4 +15,13 @@ __pycache__/ *.so *.gch java-c-jni/*.h +*.info +*.pdf +*.ps +*.dvi +*.tar +*.tgz +*.gz +*.bz2 +*.xz |