mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2024-12-26 12:50:15 +08:00
58 lines
675 B
Plaintext
58 lines
675 B
Plaintext
# .gitignore_global
|
|
####################################
|
|
######## OS generated files ########
|
|
####################################
|
|
.DS_Store
|
|
.DS_Store?
|
|
*.swp
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
####################################
|
|
############# Packages #############
|
|
####################################
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
# 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
|
|
|
|
.vscode
|
|
.netrwhist
|
|
|
|
.idea
|
|
target
|
|
book
|