1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-26 03:16:35 +00:00
OpenMW/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

92 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

## make
CMakeFiles
*/CMakeFiles
CMakeCache.txt
cmake_install.cmake
Makefile
makefile
build*/
prebuilt
##windows build process
/deps
2017-03-25 14:26:14 +00:00
/MSVC*
## doxygen
Doxygen
## ides/editors
*~
*.kdev4
2013-01-20 14:25:44 +00:00
*.swp
*.swo
2013-03-21 09:16:32 +00:00
*.kate-swp
2013-05-18 19:38:09 +00:00
.cproject
.project
.settings
2013-08-24 17:17:44 +00:00
.directory
.idea
cmake-build-*
2017-08-19 17:48:29 +00:00
files/windows/*.aps
2023-10-21 08:29:26 +00:00
.cache/clangd
2013-12-31 17:37:55 +00:00
## qt-creator
CMakeLists.txt.user*
.vs
2020-05-18 15:37:18 +00:00
.vscode
## resources
resources
/*.cfg
/*.desktop
/*.install
## binaries
/esmtool
/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
docs/source/reference/lua-scripting/generated_html
moc_*.cxx
*.cxx_parameters
*qrc_launcher.cxx
*qrc_resources.cxx
*__*
*ui_datafilespage.h
*ui_graphicspage.h
*ui_mainwindow.h
*ui_playpage.h
*.[ao]
*.so
venv/
2023-06-13 07:33:34 +00:00
## operating system files
.DS_Store
Thumbs.db