add ignores to fc's .gitignore
This commit is contained in:
parent
404cf8ae5c
commit
1a5fe49286
1 changed files with 37 additions and 0 deletions
37
.gitignore
vendored
37
.gitignore
vendored
|
|
@ -1,5 +1,42 @@
|
|||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
|
||||
#CMake->MSVC artifacts
|
||||
*.sln
|
||||
*.vcxproj
|
||||
ALL_BUILD
|
||||
ZERO_CHECK
|
||||
|
||||
#MSVC secondary artifacts
|
||||
*.suo
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.lastbuildstate
|
||||
*.sdf
|
||||
*.opensdf
|
||||
Debug
|
||||
Release
|
||||
|
||||
CMakeFiles
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
libfc.a
|
||||
libfc_debug.a
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue