more visual studio related items in .gitignore
This commit is contained in:
parent
1221b5e12a
commit
6d56e11b1b
19
.gitignore
vendored
19
.gitignore
vendored
@ -33,6 +33,25 @@ mtest.exe
|
|||||||
# ignore user specific settings
|
# ignore user specific settings
|
||||||
*.user
|
*.user
|
||||||
*.suo
|
*.suo
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
*.userprefs
|
||||||
|
# cache/options directory
|
||||||
|
.vs/
|
||||||
|
# Backup & report files from converting an old project file to a newer Visual Studio version
|
||||||
|
_UpgradeReport_Files/
|
||||||
|
Backup*/
|
||||||
|
UpgradeLog*.XML
|
||||||
|
UpgradeLog*.htm
|
||||||
|
# Visual Studio 6 build log + workspace options file
|
||||||
|
*.plg
|
||||||
|
*.opt
|
||||||
|
# visual studio profiler
|
||||||
|
*.psess
|
||||||
|
*.vsp
|
||||||
|
*.vspx
|
||||||
|
*.sap
|
||||||
|
|
||||||
|
|
||||||
# ignore stuff generated by "make manual" and "make poster"
|
# ignore stuff generated by "make manual" and "make poster"
|
||||||
*.aux
|
*.aux
|
||||||
|
Loading…
Reference in New Issue
Block a user