summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-07 02:58:05 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-07 02:58:05 -0400
commit2362150880fb326dd92986d3f6d8867c3c528edb (patch)
treeb031428ebdbbfaa7018b104f93f3de4374db6234 /.gitignore
parent9dac35fd528539af87f77f3a811a36471e6b37bc (diff)
downloadfork-ledger-2362150880fb326dd92986d3f6d8867c3c528edb.tar.gz
fork-ledger-2362150880fb326dd92986d3f6d8867c3c528edb.tar.bz2
fork-ledger-2362150880fb326dd92986d3f6d8867c3c528edb.zip
Added Python compilation files (.pyc) to the ignore file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7a41dc51..ab8cac15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.log
*.o
*.pg
+*.pyc
*.tar.bz2
*.tar.gz
*.toc