forked from hydrogen-music/hydrogen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (41 loc) · 808 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
*.kdev4
*~
\#*\#
.\#*
*.o
*.cbp
*.layout
ui_*.h
moc_*.cc
moc_*.cpp_parameters
/.tags
/build
/build-appimage
/cmake_opts
/hydrogen
/libs/hydrogen/include/hydrogen/config.h
hydrogen.*
*.cmake
*.so
*.make
*.swp
/.cache/
# Ignore `gtags` artifacts
GPATH
GRTAGS
GTAGS
# Ignore compiled (binary) Qt messages files generated from translated
# .ts files. They are part of the releases but not included in git as
# diffing binaries is a bad idea.
*.qm
# Ignore compiled (binary) translation artifacts of `msgfmt`.
*.mo
# Ignore cache folder of clangd used in LSP editor support.
.cache/
# Test artifacts
tests/jackTearDown/jackTearDown
tests/jackTearDown/h2cli.log
tests/jackTimebase/jackTimebase
tests/jackTimebase/hydrogen.log
tests/jackTimebase/test*.log
src/tests/data/playlist/tmp-duplicate-test.h2playlist