Skip to content

Commit

Permalink
Update .gitignore file
Browse files Browse the repository at this point in the history
This adds missing entries for Ninja and the unavoidable clutter of the
modern Doxygen CMake module.
  • Loading branch information
elmindreda committed Nov 14, 2019
1 parent c42d8f3 commit d861d7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d861d7b

Please sign in to comment.