Update .gitignore
This commit is contained in:
parent
5719d28a19
commit
1eac85e9e6
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -15,7 +15,6 @@
|
||||||
*.a
|
*.a
|
||||||
*.lib
|
*.lib
|
||||||
|
|
||||||
|
|
||||||
#CMake->MSVC artifacts
|
#CMake->MSVC artifacts
|
||||||
*.sln
|
*.sln
|
||||||
*.vcxproj
|
*.vcxproj
|
||||||
|
|
@ -41,5 +40,7 @@ libfc.a
|
||||||
libfc_debug.a
|
libfc_debug.a
|
||||||
|
|
||||||
fc_automoc.cpp
|
fc_automoc.cpp
|
||||||
*.swp
|
git_revision.cpp
|
||||||
GitSHA3.cpp
|
GitSHA3.cpp
|
||||||
|
|
||||||
|
*.swp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue