inital commit with excersise from 2021-10-21
This commit is contained in:
+151
@@ -0,0 +1,151 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user