aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-01-06 16:41:42 +0000
committerJamie Bullock <jamie@jamiebullock.com>2014-01-06 16:41:42 +0000
commit7d8af903132728a181079642af5f196d88b7eabe (patch)
treee580792b520cd74206ea930bf5f6666c954fee1d
parentb116cd22a7956f7894941e36020f1da863bdc948 (diff)
downloadLibXtract-7d8af903132728a181079642af5f196d88b7eabe.tar.gz
LibXtract-7d8af903132728a181079642af5f196d88b7eabe.tar.bz2
LibXtract-7d8af903132728a181079642af5f196d88b7eabe.zip
Update gitignore to include python byte code
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 58bb8c1..9b337ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,7 @@ stamp-h1
# sublime
*sublime*
+
+# Python byte code
+*.pyc
+