2018-05-30 16:11:15 +00:00
|
|
|
# Ignore all files without extensions (unix executable files)
|
|
|
|
*
|
|
|
|
!*.*
|
|
|
|
!*/
|
|
|
|
!LICENSE*
|
|
|
|
|
2018-01-04 06:08:24 +00:00
|
|
|
nimcache/
|
2018-05-30 16:11:15 +00:00
|
|
|
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
2018-04-03 16:23:24 +00:00
|
|
|
build/
|
2018-05-30 16:11:15 +00:00
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.exe
|
|
|
|
*.dll
|
2018-08-23 03:43:22 +00:00
|
|
|
VMTests.md
|