aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: d414f49ff1660a5c06e543a73647f9e4d55f3295 (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
25
26
27
28
# usual build directory names
build
build_dir

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

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

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

# clangd
.cache/
compile_commands.json