2015-05-19 12:56:45 +02:00
|
|
|
# Object files
|
2010-11-04 11:33:42 +01:00
|
|
|
*.o
|
2015-05-19 12:56:45 +02:00
|
|
|
# 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
|
2015-01-29 15:41:12 +01:00
|
|
|
doc/doxygen/*.db
|
|
|
|
doc/doxygen/*.tmp
|
2015-05-19 12:56:45 +02:00
|
|
|
# Built binaries
|
2010-11-04 11:33:42 +01:00
|
|
|
*bin
|
2015-05-19 12:56:45 +02:00
|
|
|
# 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*
|
2015-05-19 12:56:45 +02:00
|
|
|
# Eclipse workspace files
|
2013-12-12 12:48:30 +01:00
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
.settings
|
2014-11-20 12:42:13 +01:00
|
|
|
.idea
|
2015-05-19 12:56:45 +02:00
|
|
|
# KDevelop4 project files
|
2015-05-14 14:31:02 +02:00
|
|
|
.kdev4
|
|
|
|
*.kdev4
|
2015-05-19 12:56:45 +02:00
|
|
|
# Codelite (among others) project files
|
|
|
|
*.project
|
2015-05-27 14:57:35 +02:00
|
|
|
# ctags index files
|
|
|
|
tags
|
|
|
|
# GDB initialization scripts
|
|
|
|
.gdbinit
|
2015-05-19 12:56:45 +02:00
|
|
|
|
2015-05-23 10:32:10 +02:00
|
|
|
# Eclipse symbol file (output from make eclipsesym)
|
|
|
|
eclipsesym.xml
|
2014-01-16 07:39:33 +01:00
|
|
|
/toolchain
|
2015-11-24 18:16:09 +01:00
|
|
|
# Ignore created Arduino sketch files
|
|
|
|
_sketches.cpp
|
2015-11-17 14:59:54 +01:00
|
|
|
|
|
|
|
# local override files
|
|
|
|
Makefile.local
|