1
0
mirror of https://github.com/github/gitignore synced 2024-06-10 06:30:01 +02:00
gitignore/C.gitignore
Avik Agarwala a6cf3c5ab4
Update C.gitignore
Add the following
--------------------
# Code runner
*.bin

# Config
.vscode

# CPH
.cph
2023-07-26 14:49:58 +05:30

62 lines
481 B
Plaintext

# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Code runner
*.bin
# Config
.vscode
# CPH
.cph