Added .hgignore
This commit is contained in:
parent
da5b329d8a
commit
7f531954cc
1 changed files with 27 additions and 0 deletions
27
.hgignore
Normal file
27
.hgignore
Normal 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$
|
Reference in a new issue