Organize .gitignore to make it easier to add to

actorid
jeaye 11 years ago
parent 8d8ba0257e
commit 5f4e2d2cf2

50
.gitignore vendored

@ -1,29 +1,43 @@
build ## make
*~
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
*.[ao] CMakeLists.txt.user
Makefile Makefile
makefile makefile
data build
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
*.install
*.desktop ## resources
data
resources
## binaries
esmtool
mwiniimport
omwlauncher
openmw
opencs
## generated objects
apps/openmw/config.hpp
Docs/mainpage.hpp
moc_*.cxx
*.cfg *.cfg
*.cxx_parameters *.cxx_parameters
*qrc_launcher.cxx *qrc_launcher.cxx
@ -33,9 +47,7 @@ CMakeLists.txt.user
*ui_graphicspage.h *ui_graphicspage.h
*ui_mainwindow.h *ui_mainwindow.h
*ui_playpage.h *ui_playpage.h
resources *.install
esmtool *.desktop
mwiniimport *.[ao]
omwlauncher *.so
openmw
opencs

Loading…
Cancel
Save