summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYoann Roman <yoann@shootq.com>2011-01-03 10:56:33 -0500
committerYoann Roman <yoann@shootq.com>2011-01-03 10:56:33 -0500
commit4767b0f4c9d7a4af8528bb84080f2293fd2ba0e9 (patch)
tree2b735046ab1cea0cd171e5a091874ed9f0c3f2a6 /.gitignore
parented3345ee968c3fc546526389076ca54addc981d5 (diff)
downloadpecan-4767b0f4c9d7a4af8528bb84080f2293fd2ba0e9.tar.gz
Updating .gitignore to standard GitHub template
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 19 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e9ac042..ba6eefe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,19 @@
-pecan.egg-info
-*.pyc \ No newline at end of file
+# From GitHub's .gitignore template collection
+
+*.py[co]
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+
+develop-eggs
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox