aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f5917a46fd40e0f88c58a45f12650ee91c9a62bd (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Thumbs.db
*.kdev4
.user
.directory
resources/CMakeFiles
*~
*.swp
html/

# Project Files
*.pro.user
CMakeLists.txt.user
CMakeLists.txt.user.*
/.project
/.settings
/.idea
/.vscode
cmake-build-*/
Debug

# Build dirs
build
/build-*

# Install dirs
install
/install-*

# Ctags File
tags

# YouCompleteMe config stuff.
.ycm_extra_conf.*

#OSX Stuff
.DS_Store

branding/
secrets/
run/

.cache/

# Nix/NixOS
result/

# Flatpak
.flatpak-builder
flatbuild