Skip to content

Commit

Permalink
Merge pull request #115 from shinhub/shinhub_polish
Browse files Browse the repository at this point in the history
Polish
  • Loading branch information
iceman1001 committed Aug 16, 2019
2 parents 566fb27 + c23c19a commit 008c604
Show file tree
Hide file tree
Showing 9 changed files with 653 additions and 555 deletions.
133 changes: 115 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# .gitignore
# don't push these files to the repository
# Chameleon specific
*.sym
*.lss
*.s19
*.bin

.history
*.DS_Store
# Generic
*.bak
*.gho
*.ori
*.orig
*.tmp
*.history
*.log
*.eml
*.o
Expand All @@ -13,17 +21,106 @@
*.map
*.bin
*.dll
*.sym
*.lss
*.wsdt
*.cspy*
*.xcl*
*.pbd*
*.pbi*
Firmware/Chameleon-Mini/*.hex
Firmware/Chameleon-Mini/*.eep
Firmware/Atmel-DFU-Bootloader/common/*.hex
Firmware/Atmel-DFU-Bootloader/common/*.eep
Firmware/Atmel-DFU-Bootloader/common/*.dbg
*/iar/Debug/*
*/iar/Release/*
*.dbg

# Vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
Session.vim
Sessionx.vim
.netrwhist
tags
[._]*.un~

# Emacs
\#*\#
.emacs.desktop
.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
.org-id-locations
*_archive
*_flymake.*
**/eshell/history
**/eshell/lastdir
**/elpa/
*.rel
.cask/
flycheck_*.el
.projectile
.dir-locals.el
**/network-security.data

# Eclipse
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
.externalToolBuilders/
*.launch
*.pydevproject
.cproject
.autotools
.factorypath
.buildpath
.target
.tern-project
.texlipse
.springBeans
.recommenders/
.apt_generated/
.cache-main
.scala_dependencies
.worksheet

# Linux
.fuse_hidden*
.directory
.Trash-*
.nfs*
*~

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# OSX
.DS_Store
.AppleDouble
.LSOverride
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
63 changes: 63 additions & 0 deletions Firmware/Atmel-DFU-Bootloader/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Chameleon specific

# Generic C files
*.d
*.o
*.ko
*.obj
*.elf
*.ilk
*.map
*.exp
*.gch
*.pch
*.lib
*.a
*.la
*.lo
*.dll
*.so
*.so.*
*.dylib
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.dSYM/
*.su
*.idb
*.pdb

# Atmel Studio and IAR AVR
[Dd]ebug/
[Rr]elease/
Obj/
List/
Exe/
settings/
*.o
*.d
*.eep
*.elf
*.hex
*.map
*.srec
*.atsuo
*.dep
*.ewt
*.dbg
*.crun
*.dbgdt
*.cspy
*.cspy.*
*.xcl
*.dni
*.wsdt
*.wspos
*.sim
*.pbd
*.pbd.*
*.pbi
*.pbi.*

This file was deleted.

This file was deleted.

Loading

0 comments on commit 008c604

Please sign in to comment.