aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: bac7f0c96d96c40ab03751b457cd63b689801de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# usual build directory names
build
build_dir

# IDE project files/directories
.kdev4
.directory
CMakeLists.txt.user*
.idea

# qmake derivatives
Makefile*
object_script.*
.qmake*
debug/
release/

# CMake derivatives
CMakeCache.txt
cmake_install.cmake
Makefile
Quotient_autogen/
.cmake/
tests/.cmake/