Enriched .gitignore to avoid testing/working files
This commit is contained in:
parent
fe8b1f06de
commit
2247e52be1
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -30,3 +30,12 @@ _ReSharper*/
|
||||||
*.o
|
*.o
|
||||||
BIN/
|
BIN/
|
||||||
ipch/
|
ipch/
|
||||||
|
# We only care about specific files in the Visual Studio Projects
|
||||||
|
# folder. Things which are there on the fly to support debugging
|
||||||
|
# or other things we don't want git to manage.
|
||||||
|
!Visual Studio Projects/*.vcproj
|
||||||
|
!Visual Studio Projects/*.sln
|
||||||
|
!Visual Studio Projects/0ReadMe_Projects.txt
|
||||||
|
Visual Studio Projects/*
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue