diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-02-04 03:10:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-02-04 03:10:43 +0100 |
commit | 7235f57f2bd9ad3fdc91887d9d194b260157cb3c (patch) | |
tree | de9d8a6a7b6d9b1b64a53e09e46a4041dd6bc758 /.gitignore | |
parent | chunk to lane convertion optimisation (diff) | |
download | sha3sum-7235f57f2bd9ad3fdc91887d9d194b260157cb3c.tar.gz sha3sum-7235f57f2bd9ad3fdc91887d9d194b260157cb3c.tar.bz2 sha3sum-7235f57f2bd9ad3fdc91887d9d194b260157cb3c.tar.xz |
add gitignore
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dddf225 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +_/ +*~ +\#*\#* +.\#* +*.swp +*.bak +__pycache__/ +*.class +*.jar +*.pyc |