forked from mirror/openmw-tes3mp
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
|
||||
.settings
|
||||
.directory
|
||||
.idea
|
||||
## qt-creator
|
||||
CMakeLists.txt.user*
|
||||
|
||||
|
@ -39,10 +40,33 @@ resources
|
|||
/openmw
|
||||
/opencs
|
||||
/niftest
|
||||
bsatool
|
||||
openmw-cs
|
||||
openmw-essimporter
|
||||
openmw-iniimporter
|
||||
openmw-launcher
|
||||
openmw-wizard
|
||||
|
||||
## generated objects
|
||||
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/Doxyfile
|
||||
docs/DoxyfilePages
|
||||
moc_*.cxx
|
||||
*.cxx_parameters
|
||||
*qrc_launcher.cxx
|
||||
|
@ -54,3 +78,6 @@ moc_*.cxx
|
|||
*ui_playpage.h
|
||||
*.[ao]
|
||||
*.so
|
||||
gamecontrollerdb.txt
|
||||
openmw.appdata.xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue