mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
24 lines
320 B
Plaintext
24 lines
320 B
Plaintext
# Object files
|
|
*.o
|
|
# 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
|
|
|
|
# Eclipse symbol file (output from make eclipsesym)
|
|
eclipsesym.xml
|
|
/toolchain
|