1
0
mirror of https://github.com/github/gitignore synced 2024-11-25 21:24:23 +01:00
gitignore/C++.gitignore
Avik Agarwala 25bbe1b9a7
Update C++.gitignore
Add the following
--------------------
# Code runner
*.bin

# Config
.vscode

# CPH
.cph
2023-07-26 14:48:32 +05:30

42 lines
321 B
Plaintext

# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Code runner
*.bin
# Config
.vscode
# CPH
.cph