Update gitignore
This commit is contained in:
parent
f670cc3361
commit
61f4fb5190
1 changed files with 4 additions and 36 deletions
40
.gitignore
vendored
40
.gitignore
vendored
|
@ -1,42 +1,10 @@
|
||||||
# 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
|
|
||||||
|
|
||||||
# Arduino Library Development file
|
# Arduino Library Development file
|
||||||
.development
|
.development
|
||||||
|
|
||||||
# Arduino testing sketches
|
|
||||||
examples/test/
|
|
||||||
|
|
||||||
# Atom
|
# Atom
|
||||||
*.tags
|
*.tags
|
||||||
*.tags1
|
*.tags1
|
||||||
|
|
||||||
|
# Debug decoder
|
||||||
|
extras/decoder/log.txt
|
||||||
|
extras/decoder/out.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue