Added .hgignore.

This commit is contained in:
cedricbonhomme 2011-12-29 13:43:49 +01:00
parent f8da5e9761
commit 7ee1ab7396

14
.hgignore Normal file
View file

@ -0,0 +1,14 @@
# use glob syntax
syntax: glob
*.elc
*.pyc
*~
*.png
*.db
# Temporary files (vim backups)
*.swp
build/*