-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
48 lines (40 loc) · 837 Bytes
/
.gitignore
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
# With the move to cmake, many of these could be removed, but lets leave them in
# The build directory and everything it contains
**/[Bb]uild
# Certain tools work better if the compilation database is in the project root
# but we don't want to track it
compile_commands.json
# Output files from the various charts that can be created
# Together with possible coversions
*.svg
*.jpg
*.eps
*.png
*.pdf
*.tex
*.aux
*.log
# Keep files in the images folder
!images/*
# Option files
*.in
# We want the version config file, but not the file it creates
!include/inch/version.hpp.in
include/inch/version.hpp
# We want the doxygen config file
!docs/Doxyfile.in
# emacs related files
*~
**/.cache
**/.ccls-cache
*.tmp
.projectile
.dir-locals.el
# Qt Creator files
CMakeLists.txt.user
# Catch all
callgrind.out.*
TAGS
core*
*.swp
**/.clangd