gitignore: translate from hgignore

This commit is contained in:
Sebastien Binet 2015-04-19 00:32:22 +02:00
parent 2e7baa0204
commit f1d2545bc5
2 changed files with 19 additions and 23 deletions

19
.gitignore vendored Normal file
View 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]

View File

@ -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]*$