Files
Nim/.gitignore
Adam Strzelecki e31bca55fa Make csources a submodule
1. Solves a problem that updating Nim sources we have no indication we need to
   update csources as well.

2. Using submodule we can explicitly request that some Nim version requires
   some csources version to bootstrap.

3. build.sh now simply calls: git submodule update --init --depth 1
   instead shallow clone on missing csources subdirectory.
2015-05-03 18:55:31 +02:00

44 lines
423 B
Plaintext

*
!**/
!*.*
nimcache/
*.o
!/icons/*.o
*.exe
*.so
*.dylib
*.zip
*.iss
mapping.txt
tags
install.sh
deinstall.sh
doc/*.html
doc/*.pdf
doc/*.idx
/web/upload
build/*
bin/*
# iOS specific wildcards.
*.mode1v3
*.pbxuser
*.perspective
*.perspectivev3
*.swp
.DS_Store
project.xcworkspace/
xcuserdata/
# Generated files.
/compile.json
/compiler/nimrod.dot
/reject.json
/run.json
/testresults.html
/testresults.json
testament.db