Skip to content

Commit

Permalink
enable global gitignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru authored and zah committed Nov 26, 2018
1 parent aa4ea8d commit e9cc399
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e9cc399

Please sign in to comment.