mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
61 lines
523 B
Plaintext
61 lines
523 B
Plaintext
|
|
### For C++ language related files
|
|
# 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
|
|
|
|
|
|
### For D10/DX Platform
|
|
|
|
*.pat
|
|
*/**/*rto/*
|
|
*/**/*rtol/*
|
|
*.make
|
|
*.properties
|
|
*.vpj
|
|
*.vpw
|
|
*.scan
|
|
*.patl
|
|
*.bakvpj
|
|
*.bakvpw
|
|
*.vpwhistu
|
|
*.vtg
|
|
*.pvs
|
|
|
|
|
|
### For Project Management Related files
|
|
.bak*
|
|
*.xml
|
|
*.zip
|
|
*.tar
|
|
*.gz
|