Update .gitignore file

This adds missing entries for Ninja and the unavoidable clutter of the
modern Doxygen CMake module.
This commit is contained in:
Camilla Löwy 2019-11-14 19:45:29 +01:00
parent c42d8f3e5b
commit d861d7bffe

8
.gitignore vendored
View File

@ -24,10 +24,18 @@ RelWithDebInfo
# Makefile generator clutter
Makefile
# Ninja generator clutter
build.ninja
rules.ninja
.ninja_deps
.ninja_log
# CMake clutter
CMakeCache.txt
CMakeFiles
CMakeScripts
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
cmake_install.cmake
cmake_uninstall.cmake