mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Added all generated artifacts from the build process to the .gitignore file
This commit is contained in:
parent
10ac432a8c
commit
c7cc170cbf
1 changed files with 27 additions and 0 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
@ -22,6 +22,7 @@ Doxygen
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
.directory
|
.directory
|
||||||
|
.idea
|
||||||
## qt-creator
|
## qt-creator
|
||||||
CMakeLists.txt.user*
|
CMakeLists.txt.user*
|
||||||
|
|
||||||
|
@ -39,10 +40,33 @@ resources
|
||||||
/openmw
|
/openmw
|
||||||
/opencs
|
/opencs
|
||||||
/niftest
|
/niftest
|
||||||
|
bsatool
|
||||||
|
openmw-cs
|
||||||
|
openmw-essimporter
|
||||||
|
openmw-iniimporter
|
||||||
|
openmw-launcher
|
||||||
|
openmw-wizard
|
||||||
|
|
||||||
## generated objects
|
## generated objects
|
||||||
apps/openmw/config.hpp
|
apps/openmw/config.hpp
|
||||||
|
apps/launcher/ui_contentselector.h
|
||||||
|
apps/launcher/ui_settingspage.h
|
||||||
|
apps/opencs/ui_contentselector.h
|
||||||
|
apps/opencs/ui_filedialog.h
|
||||||
|
apps/wizard/qrc_wizard.cxx
|
||||||
|
apps/wizard/ui_componentselectionpage.h
|
||||||
|
apps/wizard/ui_conclusionpage.h
|
||||||
|
apps/wizard/ui_existinginstallationpage.h
|
||||||
|
apps/wizard/ui_importpage.h
|
||||||
|
apps/wizard/ui_installationpage.h
|
||||||
|
apps/wizard/ui_installationtargetpage.h
|
||||||
|
apps/wizard/ui_intropage.h
|
||||||
|
apps/wizard/ui_languageselectionpage.h
|
||||||
|
apps/wizard/ui_methodselectionpage.h
|
||||||
|
components/ui_contentselector.h
|
||||||
docs/mainpage.hpp
|
docs/mainpage.hpp
|
||||||
|
docs/Doxyfile
|
||||||
|
docs/DoxyfilePages
|
||||||
moc_*.cxx
|
moc_*.cxx
|
||||||
*.cxx_parameters
|
*.cxx_parameters
|
||||||
*qrc_launcher.cxx
|
*qrc_launcher.cxx
|
||||||
|
@ -54,3 +78,6 @@ moc_*.cxx
|
||||||
*ui_playpage.h
|
*ui_playpage.h
|
||||||
*.[ao]
|
*.[ao]
|
||||||
*.so
|
*.so
|
||||||
|
gamecontrollerdb.txt
|
||||||
|
openmw.appdata.xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue