forked from mirror/openmw-tes3mp
reverted gitignore changes
This commit is contained in:
parent
5f4e2d2cf2
commit
8995cd8543
1 changed files with 11 additions and 40 deletions
51
.gitignore
vendored
51
.gitignore
vendored
|
@ -1,53 +1,24 @@
|
||||||
## make
|
build
|
||||||
|
*~
|
||||||
|
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
|
||||||
CMakeLists.txt.user
|
*.[ao]
|
||||||
Makefile
|
Makefile
|
||||||
makefile
|
makefile
|
||||||
build
|
data
|
||||||
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
|
||||||
|
|
||||||
## resources
|
|
||||||
data
|
|
||||||
resources
|
|
||||||
|
|
||||||
## binaries
|
|
||||||
esmtool
|
|
||||||
mwiniimport
|
|
||||||
omwlauncher
|
|
||||||
openmw
|
|
||||||
opencs
|
|
||||||
|
|
||||||
## generated objects
|
|
||||||
apps/openmw/config.hpp
|
|
||||||
Docs/mainpage.hpp
|
|
||||||
moc_*.cxx
|
|
||||||
*.cfg
|
|
||||||
*.cxx_parameters
|
|
||||||
*qrc_launcher.cxx
|
|
||||||
*qrc_resources.cxx
|
|
||||||
*__*
|
|
||||||
*ui_datafilespage.h
|
|
||||||
*ui_graphicspage.h
|
|
||||||
*ui_mainwindow.h
|
|
||||||
*ui_playpage.h
|
|
||||||
*.install
|
|
||||||
*.desktop
|
|
||||||
*.[ao]
|
|
||||||
*.so
|
|
||||||
|
|
Loading…
Reference in a new issue