summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthieu Gautier <starmad@pegase.localdomain>2009-03-25 20:06:56 +0100
committerMatthieu Gautier <starmad@pegase.localdomain>2009-03-25 20:06:56 +0100
commitfdffb9c285c8235032bd910c56cd987388a740c2 (patch)
treeb3cb77ca4fc2a3b8cdc6719d11b2ba78be2f9ecc /.gitignore
parent338a80b927a7fc5a390b7359253c2d6a7a86910d (diff)
downloadg-ed-it-fdffb9c285c8235032bd910c56cd987388a740c2.tar.gz
g-ed-it-fdffb9c285c8235032bd910c56cd987388a740c2.tar.xz
g-ed-it-fdffb9c285c8235032bd910c56cd987388a740c2.zip
Add .gitignore.
Ignore : - *.pyc - *.pyo Signed-off-by: Matthieu Gautier <starmad@pegase.localdomain>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..52e4e61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.pyc
+*.pyo