.hgignore
changeset 29 23fa36d480fb
parent 25 ce961d2c167a
--- a/.hgignore	Wed Jun 29 19:25:16 2011 +0300
+++ b/.hgignore	Sun May 20 22:15:51 2012 +0300
@@ -1,25 +1,7 @@
-# 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
+~$
+\.swp$
+\.orig$
+\.rej$
 # ignore build dir
-build
+^build$