Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
augiedoggie authored Apr 15, 2024
1 parent 4acbff9 commit 640e9d5
Showing 1 changed file with 43 additions and 16 deletions.
59 changes: 43 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 640e9d5

Please sign in to comment.