1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00
gitignore/C++.gitignore
Daniel Johnson 92800a52cc
Merge pull request #4346 from krishnakumarg1984/kg/c_cpp_split_dwarf
ignore split-dwarf debugging-related auxilary .dwo files for C and C+…
2025-06-13 14:50:36 -07:00

42 lines
349 B
Plaintext

# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Linker files
*.ilk
# Debugger Files
*.pdb
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# debug information files
*.dwo