Convert .gitignore to .hgignore
authorMyhailo Danylenko <isbear@ukrpost.net>
Tue, 03 May 2011 02:30:09 +0300
changeset 20 366078a16d85
parent 19 80394a515782
child 21 8b61328ab7c1
Convert .gitignore to .hgignore
.gitignore
.hgignore
--- a/.gitignore	Sun Apr 11 22:37:46 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# 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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Tue May 03 02:30:09 2011 +0300
@@ -0,0 +1,25 @@
+# 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