add hgignore
This commit is contained in:
parent
32fb2e97ab
commit
b63cd97d0b
1 changed files with 20 additions and 0 deletions
20
.hgignore
Normal file
20
.hgignore
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
syntax:glob
|
||||||
|
.DS_Store
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
*.[568ao]
|
||||||
|
*.ao
|
||||||
|
*.so
|
||||||
|
*.pyc
|
||||||
|
._*
|
||||||
|
.nfs.*
|
||||||
|
[568a].out
|
||||||
|
*~
|
||||||
|
*.orig
|
||||||
|
core
|
||||||
|
_obj
|
||||||
|
_test
|
||||||
|
out.png
|
||||||
|
|
||||||
|
syntax:regexp
|
||||||
|
^.*/core.[0-9]*$
|
Loading…
Reference in a new issue