summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-22 17:32:35 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-22 17:32:35 +0100
commit4303fe8ee19269e6ead3315afe6ea4953093f09f (patch)
tree1f60d6b9276eefaeaf2268b84a0c136ac061672b /.gitignore
parent81fab08682f9f442027021551403636943a0fa28 (diff)
downloadcmdtest-4303fe8ee19269e6ead3315afe6ea4953093f09f.tar.gz
Ignore Python bytecode files for git.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..539da74
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.py[co]