2018-04-11 11:48:34 +00:00
|
|
|
# Ignore all files without extensions (unix executable files)
|
|
|
|
*
|
|
|
|
!*.*
|
|
|
|
!*/
|
|
|
|
|
|
|
|
# Ignore all binary outputs
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Ignore the nimcache folders
|
2018-03-01 13:17:27 +00:00
|
|
|
nimcache/
|
2018-04-11 11:48:34 +00:00
|
|
|
|
2018-06-21 17:44:01 +00:00
|
|
|
# Ignore editor settings
|
|
|
|
.vscode
|
|
|
|
|
|
|
|
|