From 640e9d58e884315ddcfac5b9f9d728e072d4dc51 Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Sun, 14 Apr 2024 18:54:20 -0600 Subject: [PATCH] Update .gitignore --- .gitignore | 59 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 43 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 5d29a96..2155d57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,52 @@ -*.o -*.a -*.rsrc -*~ -*.make -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* -build* -.ninja* .dir-locals.el .ignore .cache .ccls-cache -.clang-format -GPATH -GRTAGS -GTAGS -ID + + +### Custom Project Files ### +build* +obj.X86 TrackRunner