Add enc_temp_folder to .gitignore
Not quite sure what this is, but Visual Studio creates it occasionally.
This commit is contained in:
parent
88522b7a26
commit
1edc45f67d
|
@ -21,6 +21,7 @@ Source/Core/Common/scmrev.h
|
|||
*.VC.opendb
|
||||
*.VC.db
|
||||
.vs/
|
||||
/Source/enc_temp_folder/
|
||||
# Ignore build info file created by QtCreator
|
||||
CMakeLists.txt.user
|
||||
# Ignore files created by posix people
|
||||
|
|
Loading…
Reference in New Issue