changeset 1:f5806717cc36

Added hgignore
author Nicolas Saunier <nico@confins.net>
date Sun, 18 Oct 2009 22:32:46 -0400
parents aed8eb63cdde
children de5642925615
files .hgignore
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun Oct 18 22:32:46 2009 -0400
@@ -0,0 +1,19 @@
+# use glob syntax.
+syntax: glob
+
+*.a
+*.o
+*.exe
+*.pyc
+*~
+*.rej
+*.orig
+*.bak
+*.lock
+*.yml
+*.zip
+.emacs.desktop*
+latex
+html
+bin
+build
\ No newline at end of file