Merge pull request #108 from oliverschmidt/master
Added VC++ and cc65 file types.
This commit is contained in:
commit
f57ccf41e7
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -18,6 +18,11 @@
|
|||
*.avr-raven
|
||||
*.exp5438
|
||||
*.mb851
|
||||
*.win32
|
||||
*.apple2enh
|
||||
*.atari
|
||||
*.c128
|
||||
*.c64
|
||||
*.report
|
||||
summary
|
||||
*.summary
|
||||
|
@ -54,3 +59,20 @@ contiki-cc2530dk.lib
|
|||
*.banks
|
||||
*.sensinode
|
||||
*.cc2530dk
|
||||
|
||||
# VC++ build artifacts
|
||||
*.exp
|
||||
*.ilk
|
||||
*.lib
|
||||
*.pdb
|
||||
*.prg
|
||||
*.dsc
|
||||
|
||||
#cc65 build artifacts
|
||||
*.S
|
||||
*.eth
|
||||
*.dsk
|
||||
*.atr
|
||||
*.d64
|
||||
*.d71
|
||||
*.d81
|
||||
|
|
Loading…
Reference in a new issue