Ver Fonte

Update .gitignore file

This adds missing entries for Ninja and the unavoidable clutter of the
modern Doxygen CMake module.
Camilla Löwy há 5 anos atrás
pai
commit
d861d7bffe
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -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