summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: a23d8995d2da3381dc9721c7da130a1fca97119f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*~
*.swp
*.so
*.o
*.a
.svn/
build
release-build
Doxyfile
*.patch
.gdb_history
*.kate-swp

# CMake
CMakeCache.txt
CMakeFiles
cmake_install.cmake
CMakeLists.txt.user
CMakeLists.txt.user.*

#QtCreator
qtcreator-build