You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
875 B
50 lines
875 B
# 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 |
|
|
|
# Vagrant |
|
.vagrant |
|
|
|
# clang-complete command line argument lists (Vim: clang-complete, Atom: linter-clang, autocomplete-clang addons) |
|
.clang_complete |
|
# YouCompleteMe (https://github.com/Valloric/YouCompleteMe) |
|
.ycm_extra_conf.py |
|
.ycm_extra_conf.pyc |
|
__pycache__ |
|
.dlcache
|
|
|