mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Updated .gitignore
This commit is contained in:
parent
4fca583062
commit
6812ec6b7e
19
.gitignore
vendored
19
.gitignore
vendored
@ -1,10 +1,29 @@
|
|||||||
|
/client/vcmiclient
|
||||||
|
/server/vcmiserver
|
||||||
|
/launcher/vcmilauncher
|
||||||
|
/launcher/vcmilauncher_automoc.cpp
|
||||||
|
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
*.depend
|
*.depend
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
|
*.so
|
||||||
*.res
|
*.res
|
||||||
*.layout
|
*.layout
|
||||||
*.pro.user
|
*.pro.user
|
||||||
*.pro.user.*
|
*.pro.user.*
|
||||||
/CMakeLists.txt.user
|
/CMakeLists.txt.user
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
Makefile
|
||||||
|
cmake_install.cmake
|
||||||
|
install_manifest.txt
|
||||||
|
*_cotire.cmake
|
||||||
|
cotire
|
||||||
|
moc_*.cpp
|
||||||
|
qrc_*.cpp
|
||||||
|
ui_*.h
|
||||||
|
/CPackConfig.cmake
|
||||||
|
/CPackSourceConfig.cmake
|
||||||
|
build-*
|
||||||
|
Loading…
Reference in New Issue
Block a user