diff options
author | cp1 <christopherpool1@googlemail.com> | 2009-05-22 21:46:44 +0200 |
---|---|---|
committer | cp1 <christopherpool1@googlemail.com> | 2009-05-22 21:46:44 +0200 |
commit | 55ed368b1bc460e25a9b541d488ae23f25ef7c22 (patch) | |
tree | 74214857bbc9097fe021266bf81a37155d0c525d /.hgignore | |
parent | back to the roots (diff) | |
download | pyload-55ed368b1bc460e25a9b541d488ae23f25ef7c22.tar.xz |
adding .hgignore file to ignore unneeded files
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 7 |
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 |