mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
25bbe1b9a7
Add the following -------------------- # Code runner *.bin # Config .vscode # CPH .cph
42 lines
321 B
Plaintext
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
|