aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 69dda72c473a648f8342622641b14ad2cb392a50 (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
Thumbs.db
*.kdev4
.user
.directory
resources/CMakeFiles
*~
*.swp
html/

# Project Files
*.pro.user
CMakeLists.txt.user
CMakeLists.txt.user.*
/.project
/.settings
/.idea
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/