Last active
December 22, 2015 11:09
-
-
Save janten/6463743 to your computer and use it in GitHub Desktop.
For Xcode, Visual Studio, SVN, Windows, and LaTeX
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
### | |
### LaTeX | |
### | |
*.aux | |
*.glo | |
*.idx | |
*.log | |
*.toc | |
*.ist | |
*.acn | |
*.acr | |
*.alg | |
*.bbl | |
*.blg | |
*.dvi | |
*.glg | |
*.gls | |
*.ilg | |
*.ind | |
*.lof | |
*.lot | |
*.maf | |
*.mtc | |
*.mtc1 | |
*.out | |
*.synctex.gz | |
*.fdb_latexmk | |
*.fls | |
### | |
### OS X | |
### | |
.DS_Store | |
*.swp | |
*.lock | |
profile | |
.AppleDouble | |
.LSOverride | |
._* | |
.Spotlight-V100 | |
.Trashes | |
### | |
### Windows | |
### | |
# Windows image file caches | |
Thumbs.db | |
ehthumbs.db | |
Desktop.ini | |
$RECYCLE.BIN/ | |
### | |
### SVN | |
### | |
.svn/ | |
### | |
### Xcode | |
### | |
*~.nib | |
DerivedData/ | |
build/ | |
*.pbxuser | |
*.mode1v3 | |
*.mode2v3 | |
*.perspectivev3 | |
!default.pbxuser | |
!default.mode1v3 | |
!default.mode2v3 | |
!default.perspectivev3 | |
xcuserdata | |
*.moved-aside | |
*.xccheckout | |
### | |
### Visual Studio | |
### | |
*.suo | |
*.user | |
*.sln.docstates | |
[Dd]ebug/ | |
[Rr]elease/ | |
x64/ | |
build/ | |
[Bb]in/ | |
[Oo]bj/ | |
[Tt]est[Rr]esult*/ | |
[Bb]uild[Ll]og.* | |
*_i.c | |
*_p.c | |
*.ilk | |
*.meta | |
*.obj | |
*.pch | |
*.pdb | |
*.pgc | |
*.pgd | |
*.rsp | |
*.sbr | |
*.tlb | |
*.tli | |
*.tlh | |
*.tmp | |
*.tmp_proj | |
*.log | |
*.vspscc | |
*.vssscc | |
.builds | |
*.pidb | |
*.log | |
*.scc | |
ipch/ | |
*.aps | |
*.ncb | |
*.opensdf | |
*.sdf | |
*.cachefile | |
*.psess | |
*.vsp | |
*.vspx | |
*.gpState | |
_ReSharper*/ | |
*.[Rr]e[Ss]harper | |
_TeamCity* | |
*.dotCover | |
*.ncrunch* | |
.*crunch*.local.xml | |
DocProject/buildhelp/ | |
DocProject/Help/*.HxT | |
DocProject/Help/*.HxC | |
DocProject/Help/*.hhc | |
DocProject/Help/*.hhk | |
DocProject/Help/*.hhp | |
DocProject/Help/Html2 | |
DocProject/Help/html | |
csx | |
*.build.csdef | |
*.Cache | |
ClientBin/ | |
[Ss]tyle[Cc]op.* | |
~$* | |
*~ | |
*.dbmdl | |
*.[Pp]ublish.xml | |
*.pfx | |
*.publishsettings | |
Generated_Code/ | |
_UpgradeReport_Files/ | |
Backup*/ | |
UpgradeLog*.XML | |
UpgradeLog*.htm | |
App_Data/*.mdf | |
App_Data/*.ldf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment