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 | |
parent | 852c5c03e96b5c72dae157375a1fa36045a881d4 (diff) | |
download | debian-dedup-8e85021eb4561fa35ac64e5320a6563dd9f4c501.tar.gz |
do not track byted compiled python files
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | dedup/__init__.pyc | bin | 106 -> 0 bytes | |||
-rw-r--r-- | dedup/hashing.pyc | bin | 4886 -> 0 bytes |
3 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 diff --git a/dedup/__init__.pyc b/dedup/__init__.pyc Binary files differdeleted file mode 100644 index 8f09308..0000000 --- a/dedup/__init__.pyc +++ /dev/null diff --git a/dedup/hashing.pyc b/dedup/hashing.pyc Binary files differdeleted file mode 100644 index 7d2383a..0000000 --- a/dedup/hashing.pyc +++ /dev/null |