summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJP <jpellerin@gmail.com>2011-12-14 09:17:16 -0500
committerJP <jpellerin@gmail.com>2011-12-14 09:17:16 -0500
commitbe32ad07605449e44e0cc24893aee76463c41c80 (patch)
tree5dd04bc13c75a0d0c42242e33881cf972e00a5b6 /.gitignore
parent79efaa3d4cabff40e0194d2e6680a5070c6476e2 (diff)
downloadnose-be32ad07605449e44e0cc24893aee76463c41c80.tar.gz
Rename .hgignore to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b44ff1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+*~
+*.pyc
+*.pyo
+.DS_Store
+.nose
+*.egg-info
+*.bak
+*.rej
+*$py.class
+*.orig
+example.cfg
+.coverage
+nosetests.xml
+xunit.xml
+_env
+doc/.build
+dist
+build
+.noseids
+.tox
+.*.sw[nop]