summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-15 17:04:38 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-15 17:04:38 -0700
commit943b6123f1cffb299fdfafd9a589b67b1b21c7a1 (patch)
treed07ffe370162e4d43b623372f1ec520e4927d45b /.gitignore
parent4ac89345fdbf3e3fe45d6c4356a800a22fe266d0 (diff)
downloadpystache-943b6123f1cffb299fdfafd9a589b67b1b21c7a1.tar.gz
Added pystache.egg-info and *.tmproj to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 0d5649f..746fa86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,11 @@
*.pyc
.tox
+.DS_Store
+# TODO: are comments allowed in .gitignore files?
+# TextMate project file
+*.tmproj
+# Distribution-related folders and files.
build
-MANIFEST
dist
-
-.DS_Store \ No newline at end of file
+MANIFEST
+pystache.egg-info