2020-12-21 11:45:07 +00:00
|
|
|
# Ignore all files without extensions (unix executable files)
|
|
|
|
*
|
|
|
|
!*.*
|
|
|
|
!*/
|
|
|
|
|
|
|
|
# Ignore all binary outputs
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
nimcache/
|
|
|
|
/build
|
|
|
|
|
|
|
|
# Ignore editor settings
|
|
|
|
.vscode
|
|
|
|
|
|
|
|
|
2022-10-28 10:53:59 +00:00
|
|
|
nimble.develop
|
|
|
|
nimble.paths
|