summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-08 10:56:31 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-08 10:56:31 -0600
commit1c178e144ae404c6ee332e25c9f3ae37fb9abb23 (patch)
treedc01cdd0437fee1ae1623252e365da8bc09822ea
parent9c8b6615d537a9c7bb483457cd8a300d7f9c597e (diff)
* Modified gitignore for ignoring pyc files
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e4e5f6c..e645833 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-*~ \ No newline at end of file
+*~
+*.pyc \ No newline at end of file