diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-08 09:38:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-08 09:38:54 +0200 |
commit | 8ff1bd5b08d201b3110d225f2dd1ad74b6920eb5 (patch) | |
tree | 703488614039b3400875d1237d7b6d11cb2e1ef9 | |
parent | add readme (diff) | |
download | bfind-8ff1bd5b08d201b3110d225f2dd1ad74b6920eb5.tar.gz bfind-8ff1bd5b08d201b3110d225f2dd1ad74b6920eb5.tar.bz2 bfind-8ff1bd5b08d201b3110d225f2dd1ad74b6920eb5.tar.xz |
change language
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -1,15 +1,9 @@ _/ bin/ -obj/ +__pycache__/ \#*\# .* !.git* -*.swo -*.swp -*.gch -*.o -*.out -*.so -*.la -*.a +*.sw[op] +*.py[co] |