diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-18 13:53:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-18 13:53:34 +0200 |
commit | 273f3b5d03bf95029bb5c8630015ab3d471aa4ca (patch) | |
tree | 4e2c2bda27413a12ca0eea9ee053ea5aec6deac2 | |
parent | beginning of bash version (diff) | |
download | argparser-273f3b5d03bf95029bb5c8630015ab3d471aa4ca.tar.gz argparser-273f3b5d03bf95029bb5c8630015ab3d471aa4ca.tar.bz2 argparser-273f3b5d03bf95029bb5c8630015ab3d471aa4ca.tar.xz |
update gitignore with jar
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,9 +9,10 @@ obj/ *.bak *.sw[op] *.py[oc] +*.class +*.jar *.out *.gch -*.class *.o *.so *.la |