1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/.gitignore

40 lines
604 B
Plaintext
Raw Normal View History

# Object files
2010-11-04 11:33:42 +01:00
*.o
# Documentation artifacts
2010-11-04 11:33:42 +01:00
doc/doxygen/html
doc/doxygen/latex
doc/doxygen/man
2013-08-08 14:51:33 +02:00
doc/doxygen/*.log
doc/doxygen/*.db
doc/doxygen/*.tmp
# Built binaries
2010-11-04 11:33:42 +01:00
*bin
# Backup files
2013-04-29 13:17:22 +02:00
*~
2013-08-08 14:51:33 +02:00
*.orig
.*.swp
2014-04-08 22:36:13 +02:00
cachegrind.out*
# Eclipse workspace files
.project
.cproject
.settings
2014-11-20 12:42:13 +01:00
.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