mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
55 lines
864 B
Plaintext
55 lines
864 B
Plaintext
# Object files
|
|
*.o
|
|
# Documentation artifacts
|
|
doc/doxygen/html
|
|
doc/doxygen/latex
|
|
doc/doxygen/man
|
|
doc/doxygen/*.log
|
|
doc/doxygen/*.db
|
|
doc/doxygen/*.tmp
|
|
# Built binaries
|
|
*bin
|
|
# Backup files
|
|
*~
|
|
*.orig
|
|
.*.swp
|
|
cachegrind.out*
|
|
# Eclipse workspace files
|
|
.project
|
|
.cproject
|
|
.settings
|
|
.idea
|
|
# KDevelop4 project files
|
|
.kdev4
|
|
*.kdev4
|
|
# Codelite (among others) project files
|
|
*.project
|
|
# ctags index files
|
|
tags
|
|
# GDB initialization scripts
|
|
.gdbinit
|
|
|
|
# Eclipse symbol file (output from make eclipsesym)
|
|
eclipsesym.xml
|
|
/toolchain
|
|
# Ignore created Arduino sketch files
|
|
_sketches.cpp
|
|
|
|
# local override files
|
|
Makefile.local
|
|
|
|
# downloaded package sources
|
|
pkg/cmsis-dsp/cmsis-dsp
|
|
pkg/libcoap/libcoap
|
|
pkg/libfixmath/libfixmath
|
|
pkg/microcoap/microcoap
|
|
pkg/micro-ecc/micro-ecc
|
|
pkg/oonf_api/oonf_api
|
|
pkg/openwsn/openwsn
|
|
pkg/relic/relic
|
|
pkg/tlsf/tlsf
|
|
pkg/wakaama/wakaama
|
|
|
|
# Vagrant
|
|
.vagrant
|