Created
June 28, 2014 03:47
-
-
Save flaviut/5b0bbf74bdc685da2e3c to your computer and use it in GitHub Desktop.
Nimrod gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* | |
!**/ | |
!*.* | |
nimcache/ | |
*.o | |
*.exe | |
*.so | |
*.dylib | |
*.zip | |
*.iss | |
mapping.txt | |
tags | |
.vimrc | |
.kateproject.d/ | |
.*swp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment