enable global gitignore rules

This commit is contained in:
Ștefan Talpalaru 2018-11-21 15:48:17 +01:00 committed by zah
parent aa4ea8d8ca
commit e9cc399775
1 changed files with 8 additions and 5 deletions

13
.gitignore vendored
View File

@ -1,18 +1,21 @@
### the following pattern disables global gitignore rules (the ones from core.excludesFile)
# Ignore all files without extensions (unix executable files)
*
!*.*
!*/
!LICENSE*
#*
#!*.*
#!*/
#!LICENSE*
nimcache/
# Executables shall be put in an ignored build/ directory
# Ignore dynamic, static libs and libtool archive files
build/
# Ignore dynamic, static libs and libtool archive files
*.so
*.dylib
*.a
*.la
*.exe
*.dll
VMTests.md