summaryrefslogtreecommitdiff
path: root/.gitignore
blob: bacdec5b1eeb95e176e9652f17cddbf636bb7853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*~

# CMake rules
CMakeFiles
CMakeCache.txt
Makefile
cmake_install.cmake

# Build files
*.a
*.so
chase

# GDB files
core

# Eclipse files
.cproject
.project