54 строки
548 B
Plaintext
54 строки
548 B
Plaintext
# Ref. 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
|
|
|
|
# Bazel files
|
|
/bazel-*
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Output directories
|
|
/out
|
|
/out.*
|
|
# Indicator that the tools were deployed
|
|
.buildtools
|
|
|
|
# Temporary Bazel directories
|
|
/bazel-*
|
|
/plugin
|
|
/build
|
|
|
|
tags
|
|
.cache/clangd/*
|