gitignore: translate from hgignore
This commit is contained in:
parent
2e7baa0204
commit
f1d2545bc5
2 changed files with 19 additions and 23 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
.DS_Store
|
||||
**/*.[568ao]
|
||||
**/*.ao
|
||||
**/*.so
|
||||
**/*.pyc
|
||||
**/._*
|
||||
**/.nfs.*
|
||||
**/[568a].out
|
||||
**/*.exe
|
||||
**/*~
|
||||
**/*.orig
|
||||
core
|
||||
_obj
|
||||
_test
|
||||
out.png
|
||||
_test*
|
||||
|
||||
**/*.dll
|
||||
**/core*[0-9]
|
23
.hgignore
23
.hgignore
|
@ -1,23 +0,0 @@
|
|||
syntax:glob
|
||||
.DS_Store
|
||||
.git
|
||||
.gitignore
|
||||
*.[568ao]
|
||||
*.ao
|
||||
*.so
|
||||
*.pyc
|
||||
._*
|
||||
.nfs.*
|
||||
[568a].out
|
||||
*.exe
|
||||
*~
|
||||
*.orig
|
||||
core
|
||||
_obj
|
||||
_test
|
||||
out.png
|
||||
_test*
|
||||
|
||||
syntax: regexp
|
||||
\.dll$
|
||||
^.*/core.[0-9]*$
|
Loading…
Reference in a new issue