diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-02-21 17:33:06 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-02-21 17:33:06 +0100 |
commit | 8e85021eb4561fa35ac64e5320a6563dd9f4c501 (patch) | |
tree | 792c33d39bb826d1d0fecda5c112ba3c113d2727 /.gitignore | |
parent | 852c5c03e96b5c72dae157375a1fa36045a881d4 (diff) | |
download | debian-dedup-8e85021eb4561fa35ac64e5320a6563dd9f4c501.tar.gz |
do not track byted compiled python files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo |