Add .hgignore file
authorMikael Berthe <mikael@lilotux.net>
Thu, 11 Nov 2010 22:21:13 +0100
changeset 5 d8550798bb1d
parent 4 6ec78c5af989
child 6 55944382d88b
Add .hgignore file
.hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Thu Nov 11 22:21:13 2010 +0100
@@ -0,0 +1,27 @@
+syntax: glob
+
+# ignore generated by libtool files (no more necessary)
+*.a
+*.o
+*.lo
+*.la
+*.so
+*.lai
+*.so.*
+# ignore backup files
+*~
+# ignore docs: they are not important and apiref is generated on the fly
+*.html
+# ignore generated makefile
+Makefile
+# ignore cmake files
+*.cmake
+CMake*
+CPack*
+# ignore generated header
+config.h
+# ignore resulting bundles
+*.deb
+*.tar.bz2
+# ignore build dir
+build