diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-17 16:28:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-17 16:28:12 +0200 |
commit | 383e8992405ebf7531c55cbea4ee948a5e1c80e7 (patch) | |
tree | e5b22490e5b98137d00bf26e451c192ad4319eb3 /.gitignore | |
parent | first commit (diff) | |
download | argparser-383e8992405ebf7531c55cbea4ee948a5e1c80e7.tar.gz argparser-383e8992405ebf7531c55cbea4ee948a5e1c80e7.tar.bz2 argparser-383e8992405ebf7531c55cbea4ee948a5e1c80e7.tar.xz |
ignore bin/ and obj/
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ _/ __pycache__/ +bin/ +obj/ \#*\# .* !.git* |