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
|
2018-10-17 21:32:26 +02:00
|
|
|
# Build directory
|
|
|
|
/build
|
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
|
2017-07-15 16:22:14 +02:00
|
|
|
# Visual Studio Code user settings
|
|
|
|
.vscode/
|
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
|
2015-12-03 11:23:17 +01:00
|
|
|
|
2015-11-28 15:15:34 +01:00
|
|
|
# Vagrant
|
|
|
|
.vagrant
|
2016-01-15 13:59:45 +01:00
|
|
|
|
|
|
|
# clang-complete command line argument lists (Vim: clang-complete, Atom: linter-clang, autocomplete-clang addons)
|
|
|
|
.clang_complete
|
2016-01-15 14:19:13 +01:00
|
|
|
# YouCompleteMe (https://github.com/Valloric/YouCompleteMe)
|
|
|
|
.ycm_extra_conf.py
|
2017-07-19 09:28:56 +02:00
|
|
|
|
|
|
|
# Python compiled files
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Ignore download cache
|
2017-02-23 17:34:32 +01:00
|
|
|
.dlcache
|
2017-08-22 11:49:50 +02:00
|
|
|
|
|
|
|
# scan-build artifacts
|
|
|
|
scan-build/
|
2019-01-25 09:48:35 +01:00
|
|
|
|
|
|
|
# compile_and_test_for_boards default "results" directory
|
|
|
|
results/
|
2019-06-28 22:57:38 +02:00
|
|
|
|
|
|
|
# mypy artifacts
|
|
|
|
.mypy_cache/
|
2018-08-26 22:28:31 +02:00
|
|
|
|
|
|
|
# Clangd compile flags (language server)
|
|
|
|
compile_commands.json
|
|
|
|
compile_flags.txt
|