0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-20 01:25:24 +00:00
OI-codes/.gitignore
2021-01-01 08:38:23 +08:00

47 lines
451 B
Plaintext

## https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore
# 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
# Data
!*/data/*
!**/data/*
# tempCodeRunnerFile
temp/**
**/tempCodeRunnerFile.cpp
# Compile Temps
*.ii
*.s