diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-01 23:07:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-01 23:07:07 +0100 |
commit | c1581e769105967b1c10114027a1fb2027c1e80c (patch) | |
tree | 8110e663833a5d371a9c7eb543c71a91cb192fee /.gitignore | |
parent | update dist (diff) | |
download | median-1.2.tar.gz median-1.2.tar.bz2 median-1.2.tar.xz |
misc improvements1.2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,12 @@ _/ -bin/ -obj/ +/bin/ +/obj/ __pycache__/ \#*\# .* !.git* *~ +*.new *.bak *.swo *.swp |