Created
August 7, 2011 08:38
-
-
Save Akaricchi/1130199 to your computer and use it in GitHub Desktop.
.gitignore for windoze
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
| #ignore thumbnails created by windows | |
| Thumbs.db | |
| #Ignore files created by Visual Studio and/or Mono | |
| *.obj | |
| *.exe | |
| *.pdb | |
| *.user | |
| *.aps | |
| *.pch | |
| *.vspscc | |
| *_i.c | |
| *_p.c | |
| *.ncb | |
| *.suo | |
| *.sln.docstates | |
| *.tlb | |
| *.tlh | |
| *.bak | |
| *.cache | |
| *.ilk | |
| *.log | |
| [Bb]in | |
| [Dd]ebug*/ | |
| *.lib | |
| *.sbr | |
| *.userprefs | |
| *.pidb | |
| obj/ | |
| [Rr]elease*/ | |
| _ReSharper*/ | |
| [Tt]est[Rr]esult* | |
| Publish*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment