mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gitignore: Add Codelite project files, add comments
This commit is contained in:
parent
369e7bbf43
commit
d3ba5e473d
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,19 +1,28 @@
|
|||||||
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
# Documentation artifacts
|
||||||
doc/doxygen/html
|
doc/doxygen/html
|
||||||
doc/doxygen/latex
|
doc/doxygen/latex
|
||||||
doc/doxygen/man
|
doc/doxygen/man
|
||||||
doc/doxygen/*.log
|
doc/doxygen/*.log
|
||||||
doc/doxygen/*.db
|
doc/doxygen/*.db
|
||||||
doc/doxygen/*.tmp
|
doc/doxygen/*.tmp
|
||||||
|
# Built binaries
|
||||||
*bin
|
*bin
|
||||||
|
# Backup files
|
||||||
*~
|
*~
|
||||||
*.orig
|
*.orig
|
||||||
.*.swp
|
.*.swp
|
||||||
cachegrind.out*
|
cachegrind.out*
|
||||||
|
# Eclipse workspace files
|
||||||
.project
|
.project
|
||||||
.cproject
|
.cproject
|
||||||
.settings
|
.settings
|
||||||
.idea
|
.idea
|
||||||
|
# KDevelop4 project files
|
||||||
.kdev4
|
.kdev4
|
||||||
*.kdev4
|
*.kdev4
|
||||||
|
# Codelite (among others) project files
|
||||||
|
*.project
|
||||||
|
|
||||||
/toolchain
|
/toolchain
|
||||||
|
Loading…
Reference in New Issue
Block a user