summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorGravatar cp1 <christopherpool1@googlemail.com> 2009-05-22 21:46:44 +0200
committerGravatar cp1 <christopherpool1@googlemail.com> 2009-05-22 21:46:44 +0200
commit55ed368b1bc460e25a9b541d488ae23f25ef7c22 (patch)
tree74214857bbc9097fe021266bf81a37155d0c525d /.hgignore
parentback to the roots (diff)
downloadpyload-55ed368b1bc460e25a9b541d488ae23f25ef7c22.tar.xz
adding .hgignore file to ignore unneeded files
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 000000000..e737ebb02
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,7 @@
+# ignoreing unneeded files, using glob syntax
+syntax: glob
+*.pyc
+*~
+.svn
+*.DS_Store
+*.egg-info \ No newline at end of file