Skip to content

Instantly share code, notes, and snippets.

@stigkj
Created August 5, 2010 12:13
Show Gist options
  • Save stigkj/509636 to your computer and use it in GitHub Desktop.
Save stigkj/509636 to your computer and use it in GitHub Desktop.
# 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