diff --git a/.gitignore b/.gitignore index 1db0410..bb5f81a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,51 @@ -*.o -*.a -*.make -*.rsrc -*~ -Makefile +# -*- mode: gitignore; -*- + +### CMake ### +CMakeLists.txt.user CMakeCache.txt -cmake_install.cmake CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake install_manifest.txt +CTestTestfile.cmake +_deps + + +### Ninja ### +.ninja_deps +.ninja_log + + +### Tags ### +# Ignore tags created by etags, ctags, gtags (GNU global), idutils, and cscope +TAGS +.TAGS +!TAGS/ +tags +.tags +!tags/ +gtags.files +GTAGS +GRTAGS +GPATH +GSYMS +ID +cscope.files +cscope.out +cscope.in.out +cscope.po.out + + +### Common Project Files ### compile_commands.json -CMakeLists.txt.user -Source/build* .dir-locals.el .ignore .cache .ccls-cache -.clang-format -GPATH -GRTAGS -GTAGS -ID + + +### Custom Project Files ### +build* +Source/build*