Added all generated artifacts from the build process to the .gitignore file

pull/932/head
Alexander Kjäll 8 years ago
parent 10ac432a8c
commit c7cc170cbf
No known key found for this signature in database
GPG Key ID: DF0C3D316B7312D5

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…
Cancel
Save