mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Add ATE.gitignore for ATE development
This commit is contained in:
parent
f2bd62d680
commit
fe7b37bbd0
60
ATE.gitignore
Normal file
60
ATE.gitignore
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
|
||||||
|
### 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
|
Loading…
Reference in New Issue
Block a user