0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 16:05:25 +00:00
OI-codes/.gitignore

60 lines
580 B
Plaintext
Raw Normal View History

2020-08-01 06:18:49 +00:00
## 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
2022-08-28 14:27:33 +00:00
!**/data/**/*
# Sample
!**/sample/**/*
2022-08-29 01:28:17 +00:00
!**/samples/**/*
2020-09-21 11:49:31 +00:00
# tempCodeRunnerFile
2021-01-01 00:38:23 +00:00
temp/**
2021-07-08 02:54:11 +00:00
**/tempCodeRunnerFile.*
2021-11-26 03:49:09 +00:00
temp*
2020-09-22 11:07:21 +00:00
2022-05-25 06:27:44 +00:00
# Utils
!/utils/
2022-03-09 13:23:18 +00:00
2020-09-22 11:07:21 +00:00
# Compile Temps
*.ii
*.s
2021-09-08 11:53:03 +00:00
# Codespace Env Files
.venv
2022-06-16 12:46:34 +00:00
# https://github.com/agrawal-d/cph
.cph/