151 lines
966 B
Plaintext
151 lines
966 B
Plaintext
|
## Ignore Atmel/Visual Studio temporary files, build results, and
|
||
|
|
||
|
## files generated by popular Visual Studio add-ons.
|
||
|
|
||
|
|
||
|
|
||
|
# User-specific files
|
||
|
|
||
|
*.suo
|
||
|
|
||
|
*.user
|
||
|
|
||
|
*.userosscache
|
||
|
|
||
|
*.sln.docstates
|
||
|
|
||
|
|
||
|
|
||
|
# Build results
|
||
|
|
||
|
[Dd]ebug/
|
||
|
|
||
|
[Dd]ebugPublic/
|
||
|
|
||
|
[Rr]elease/
|
||
|
|
||
|
[Rr]eleases/
|
||
|
|
||
|
[Xx]64/
|
||
|
|
||
|
[Xx]86/
|
||
|
|
||
|
[Bb]uild/
|
||
|
|
||
|
bld/
|
||
|
|
||
|
[Bb]in/
|
||
|
|
||
|
[Oo]bj/
|
||
|
|
||
|
|
||
|
|
||
|
# Atmel/Visual Studio cache/options directory
|
||
|
|
||
|
.vs/
|
||
|
|
||
|
|
||
|
|
||
|
*_i.c
|
||
|
|
||
|
*_p.c
|
||
|
|
||
|
*_i.h
|
||
|
|
||
|
*.ilk
|
||
|
|
||
|
*.meta
|
||
|
|
||
|
*.obj
|
||
|
|
||
|
*.pch
|
||
|
|
||
|
*.pdb
|
||
|
|
||
|
*.pgc
|
||
|
|
||
|
*.pgd
|
||
|
|
||
|
*.rsp
|
||
|
|
||
|
*.sbr
|
||
|
|
||
|
*.tlb
|
||
|
|
||
|
*.tli
|
||
|
|
||
|
*.tlh
|
||
|
|
||
|
*.tmp
|
||
|
|
||
|
*.tmp_proj
|
||
|
|
||
|
*.log
|
||
|
|
||
|
*.vspscc
|
||
|
|
||
|
*.vssscc
|
||
|
|
||
|
.builds
|
||
|
|
||
|
*.pidb
|
||
|
|
||
|
*.svclog
|
||
|
|
||
|
*.scc
|
||
|
|
||
|
|
||
|
|
||
|
# Visual C++ cache files
|
||
|
|
||
|
ipch/
|
||
|
|
||
|
*.aps
|
||
|
|
||
|
*.ncb
|
||
|
|
||
|
*.opendb
|
||
|
|
||
|
*.opensdf
|
||
|
|
||
|
*.sdf
|
||
|
|
||
|
*.cachefile
|
||
|
|
||
|
*.VC.db
|
||
|
|
||
|
|
||
|
|
||
|
# Visual Studio profiler
|
||
|
|
||
|
*.psess
|
||
|
|
||
|
*.vsp
|
||
|
|
||
|
*.vspx
|
||
|
|
||
|
*.sap
|
||
|
|
||
|
|
||
|
|
||
|
# Visual Studio cache files
|
||
|
|
||
|
# files ending in .cache can be ignored
|
||
|
|
||
|
*.[Cc]ache
|
||
|
|
||
|
# but keep track of directories ending in .cache
|
||
|
|
||
|
!*.[Cc]ache/
|
||
|
|
||
|
|
||
|
|
||
|
# Visual Studio 6 build log
|
||
|
|
||
|
*.plg
|
||
|
|
||
|
|
||
|
|
||
|
# Visual Studio 6 workspace options file
|
||
|
|
||
|
*.opt
|