Added .hgignore
This commit is contained in:
parent
c8331e451a
commit
62c3d8b8dc
1 changed files with 14 additions and 0 deletions
14
.hgignore
Normal file
14
.hgignore
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
syntax: regexp
|
||||||
|
^\.deps/
|
||||||
|
^\.project$
|
||||||
|
^\.cproject$
|
||||||
|
^levels/level.lvl$
|
||||||
|
^config.h$
|
||||||
|
^config.log$
|
||||||
|
^config.status$
|
||||||
|
^Makefile$
|
||||||
|
^stamp-h1$
|
||||||
|
^zoom$
|
||||||
|
\.o$
|
||||||
|
^zoom-bin$
|
Reference in a new issue