Update .hgignore.
This commit is contained in:
parent
abf7ca3dbe
commit
14e5b61471
1 changed files with 7 additions and 6 deletions
13
.hgignore
13
.hgignore
|
@ -1,6 +1,7 @@
|
||||||
syntax: glob
|
syntax: glob
|
||||||
*.dll
|
*.dll
|
||||||
*.so
|
*.so
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*.exe
|
*.exe
|
||||||
|
*~
|
||||||
|
|
Reference in a new issue