diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-19 16:14:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-19 16:14:58 +0200 |
commit | b147896d43c04c79f66c0352eb53a99614d1a976 (patch) | |
tree | 0be1cf838463e6279f7074e003235298c5295a16 /.gitignore | |
download | python-arg-b147896d43c04c79f66c0352eb53a99614d1a976.tar.gz python-arg-b147896d43c04c79f66c0352eb53a99614d1a976.tar.bz2 python-arg-b147896d43c04c79f66c0352eb53a99614d1a976.tar.xz |
First commit1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a0b878 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +*\#* +__pycache__/ +*.pyc +*.pyo |