2015-05-19 12:56:45 +02:00
|
|
|
# Object files
|
2010-11-04 11:33:42 +01:00
|
|
|
*.o
|
2020-10-19 22:47:57 +02:00
|
|
|
# Target files
|
|
|
|
*.elf
|
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
|
2021-03-02 16:36:59 +01:00
|
|
|
# bin (e.g.:build directory) and .bin files
|
|
|
|
bin
|
|
|
|
*.bin
|
2018-10-17 21:32:26 +02:00
|
|
|
# Build directory
|
|
|
|
/build
|
2020-01-17 17:01:31 +01:00
|
|
|
# AFL findings
|
|
|
|
fuzzing/**/findings/
|
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
|
2020-06-03 10:39:03 +02:00
|
|
|
.*.swn
|
|
|
|
.*.swo
|
2013-08-08 14:51:33 +02:00
|
|
|
.*.swp
|
2021-08-10 15:30:53 +02:00
|
|
|
*.save
|
|
|
|
*.rej
|
2020-04-01 12:45:08 +02:00
|
|
|
\#*\#
|
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
|
2022-11-21 21:30:28 +01:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
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
|
2019-07-05 11:57:55 +02:00
|
|
|
|
2021-03-17 09:55:00 +01:00
|
|
|
# cache files of clangd (and probably other tools)
|
|
|
|
.cache/
|
|
|
|
|
|
|
|
# generated by clang-check for C++ code
|
|
|
|
*.plist
|
|
|
|
|
2019-07-05 11:57:55 +02:00
|
|
|
# suit manifest keys
|
|
|
|
keys/
|
2019-11-26 21:20:43 +01:00
|
|
|
|
|
|
|
# clangd language server
|
|
|
|
.clangd/
|
2021-08-31 14:57:09 +02:00
|
|
|
|
|
|
|
# custom clang-tidy flags, also used when using clangd language server
|
|
|
|
.clang-tidy
|
2023-11-29 12:22:06 +01:00
|
|
|
|
|
|
|
# Environments
|
|
|
|
.venv
|
|
|
|
venv/
|