diff options
author | Treeki <treeki@gmail.com> | 2011-05-16 20:42:43 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-05-16 20:42:43 +0200 |
commit | 36b61134cbb62816085e6ad48b3753994b5d7c09 (patch) | |
tree | 8cc827c3f9edc02af6c7e000dbb9bbf285060b6c | |
parent | 17456b137176d56d6501ba3c2b53602ce8e80794 (diff) | |
download | kamek-36b61134cbb62816085e6ad48b3753994b5d7c09.tar.gz kamek-36b61134cbb62816085e6ad48b3753994b5d7c09.zip |
added pyc files to gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | tools/__pycache__/mapfile_tool.cpython-32.pyc | bin | 6382 -> 0 bytes | |||
-rwxr-xr-x | tools/hooks.pyc | bin | 6048 -> 0 bytes |
3 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ processed AnotherASM NewerASM +*.pyc +__pycache__* diff --git a/tools/__pycache__/mapfile_tool.cpython-32.pyc b/tools/__pycache__/mapfile_tool.cpython-32.pyc Binary files differdeleted file mode 100644 index de48a1c..0000000 --- a/tools/__pycache__/mapfile_tool.cpython-32.pyc +++ /dev/null diff --git a/tools/hooks.pyc b/tools/hooks.pyc Binary files differdeleted file mode 100755 index f83e366..0000000 --- a/tools/hooks.pyc +++ /dev/null |