Created
August 5, 2010 12:13
-
-
Save stigkj/509636 to your computer and use it in GitHub Desktop.
This file contains 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
# Ignore all IntelliJ IDEA project files | |
.idea/ | |
*.iml | |
*.ipr | |
*.iws | |
# Ignore Maven target directories | |
target/ | |
# Ignore all log files | |
*.log | |
# Ignore .DS_Store files | |
.DS_Store | |
# Windows specific stuff | |
# Ignore thumbnails created by windows | |
Thumbs.db | |
# Ignore all build files from Visual Studio | |
obj/ | |
[Bb]in/ | |
[Dd]ebug*/ | |
[Rr]elease*/ | |
_Resharper*/ | |
*.obj | |
*.exe | |
*.pdb | |
*.user | |
*.aps | |
*.pch | |
*.vspscc | |
*_i.c | |
*_p.c | |
*.ncb | |
*.suo | |
*.tlb | |
*.tlh | |
*.bak | |
*.cache | |
*.ilk | |
*.log | |
*.lib | |
*.sbr | |
[Tt]est[Rr]esult* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment