Added .hgignore

This commit is contained in:
Matthias Schiffer 2008-06-24 00:08:37 +02:00
parent da5b329d8a
commit 7f531954cc

27
.hgignore Normal file
View file

@ -0,0 +1,27 @@
syntax: regexp
^\.deps/
^\.libs/
^\.project$
^\.cproject$
syntax: regexp
\.o$
syntax: regexp
\.lo$
syntax: regexp
^config\.h$
syntax: regexp
^config\.log$
syntax: regexp
^config\.status$
syntax: regexp
^libneofx\.la$
syntax: regexp
^libneofx-0\.1\.pc$
syntax: regexp
^libtool$
syntax: regexp
^Makefile$
syntax: regexp
^stamp-h1$