summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-05-16 20:42:43 +0200
committerTreeki <treeki@gmail.com>2011-05-16 20:42:43 +0200
commit36b61134cbb62816085e6ad48b3753994b5d7c09 (patch)
tree8cc827c3f9edc02af6c7e000dbb9bbf285060b6c /.gitignore
parent17456b137176d56d6501ba3c2b53602ce8e80794 (diff)
downloadkamek-36b61134cbb62816085e6ad48b3753994b5d7c09.tar.gz
kamek-36b61134cbb62816085e6ad48b3753994b5d7c09.zip
added pyc files to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3a71e81..e9e56ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
processed
AnotherASM
NewerASM
+*.pyc
+__pycache__*