Merge pull request #1275 from bkozak-scanimetrics/gitignore_additions
Ignore various build and temporary files
This commit is contained in:
commit
f83242825d
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -40,6 +40,7 @@ obj_*
|
||||||
symbols.*
|
symbols.*
|
||||||
Makefile.target
|
Makefile.target
|
||||||
doc/html
|
doc/html
|
||||||
|
doc/latex
|
||||||
patches-*
|
patches-*
|
||||||
tools/tunslip
|
tools/tunslip
|
||||||
tools/tunslip6
|
tools/tunslip6
|
||||||
|
@ -88,8 +89,14 @@ contiki-cc2530dk.lib
|
||||||
*.d71
|
*.d71
|
||||||
*.d81
|
*.d81
|
||||||
|
|
||||||
|
# Cooja Build Artifacts
|
||||||
|
*.cooja
|
||||||
|
|
||||||
#regression tests artifacts
|
#regression tests artifacts
|
||||||
*.testlog
|
*.testlog
|
||||||
|
*.log.prog
|
||||||
|
regression-tests/[0-9][0-9]-*/report
|
||||||
|
regression-tests/[0-9][0-9]-*/org/
|
||||||
|
|
||||||
# rl78 build artifacts
|
# rl78 build artifacts
|
||||||
*.eval-adf7xxxmb4z
|
*.eval-adf7xxxmb4z
|
||||||
|
|
Loading…
Reference in a new issue