Merge pull request #8455 from altimumdelta/GitIgnore_Derivative_VS
Git-Ignore: Also ignore other derivatives of VS output directories
This commit is contained in:
commit
37f1c958f8
|
@ -6,7 +6,7 @@ Thumbs.db
|
||||||
Source/Core/Common/scmrev.h
|
Source/Core/Common/scmrev.h
|
||||||
# Ignore files output by build
|
# Ignore files output by build
|
||||||
/[Bb]uild*/
|
/[Bb]uild*/
|
||||||
/[Bb]inary/
|
/[Bb]inary*/
|
||||||
/obj/
|
/obj/
|
||||||
# Ignore files output by Android cmake build
|
# Ignore files output by Android cmake build
|
||||||
/Source/Android/app/.cxx/
|
/Source/Android/app/.cxx/
|
||||||
|
@ -21,7 +21,7 @@ Source/Core/Common/scmrev.h
|
||||||
*.tlog
|
*.tlog
|
||||||
*.VC.opendb
|
*.VC.opendb
|
||||||
*.VC.db
|
*.VC.db
|
||||||
.vs/
|
.vs*/
|
||||||
/Source/enc_temp_folder/
|
/Source/enc_temp_folder/
|
||||||
# Ignore build info file created by QtCreator
|
# Ignore build info file created by QtCreator
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
|
|
Loading…
Reference in New Issue