1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #3031 from gebart/pr/gitignore-codelite

gitignore: Add Codelite project files, add comments
This commit is contained in:
Lucas Jenß 2015-05-19 15:25:32 +02:00
commit 169bef0885

9
.gitignore vendored
View File

@ -1,19 +1,28 @@
# 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
/toolchain