mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 09:45:32 +00:00
Organize .gitignore to make it easier to add to
This commit is contained in:
parent
8d8ba0257e
commit
5f4e2d2cf2
1 changed files with 31 additions and 19 deletions
50
.gitignore
vendored
50
.gitignore
vendored
|
@ -1,29 +1,43 @@
|
||||||
build
|
## make
|
||||||
*~
|
|
||||||
Doxygen
|
|
||||||
prebuilt
|
|
||||||
apps/openmw/config.hpp
|
|
||||||
Docs/mainpage.hpp
|
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
*/CMakeFiles
|
*/CMakeFiles
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
moc_*.cxx
|
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
*.[ao]
|
CMakeLists.txt.user
|
||||||
Makefile
|
Makefile
|
||||||
makefile
|
makefile
|
||||||
data
|
build
|
||||||
|
prebuilt
|
||||||
|
|
||||||
|
## doxygen
|
||||||
|
Doxygen
|
||||||
|
|
||||||
|
## ides/editors
|
||||||
|
*~
|
||||||
*.kdev4
|
*.kdev4
|
||||||
CMakeLists.txt.user
|
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
*.kate-swp
|
*.kate-swp
|
||||||
.cproject
|
.cproject
|
||||||
.project
|
.project
|
||||||
.settings/
|
.settings
|
||||||
.directory
|
.directory
|
||||||
*.install
|
|
||||||
*.desktop
|
## resources
|
||||||
|
data
|
||||||
|
resources
|
||||||
|
|
||||||
|
## binaries
|
||||||
|
esmtool
|
||||||
|
mwiniimport
|
||||||
|
omwlauncher
|
||||||
|
openmw
|
||||||
|
opencs
|
||||||
|
|
||||||
|
## generated objects
|
||||||
|
apps/openmw/config.hpp
|
||||||
|
Docs/mainpage.hpp
|
||||||
|
moc_*.cxx
|
||||||
*.cfg
|
*.cfg
|
||||||
*.cxx_parameters
|
*.cxx_parameters
|
||||||
*qrc_launcher.cxx
|
*qrc_launcher.cxx
|
||||||
|
@ -33,9 +47,7 @@ CMakeLists.txt.user
|
||||||
*ui_graphicspage.h
|
*ui_graphicspage.h
|
||||||
*ui_mainwindow.h
|
*ui_mainwindow.h
|
||||||
*ui_playpage.h
|
*ui_playpage.h
|
||||||
resources
|
*.install
|
||||||
esmtool
|
*.desktop
|
||||||
mwiniimport
|
*.[ao]
|
||||||
omwlauncher
|
*.so
|
||||||
openmw
|
|
||||||
opencs
|
|
||||||
|
|
Loading…
Reference in a new issue