-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
70 lines (59 loc) · 954 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
*~
*.swp
.*.swo
pulseview
pulseview-test
libpulseview.so
# CMake cruft
/*.cmake
CMakeCache.txt
CMakeFiles/
cotire/
Makefile
Testing/
.ninja_deps
.ninja_log
*.ninja
# qt generated code
*.qrc.depends
moc_*.cxx
qrc_*.cxx
moc_*.cpp
qrc_*.cpp
ui_*.h
*.cxx_parameters
*.cpp_parameters
config.h
android/libs/
android/assets/
android/res/drawable/
android/res/values/bundled_libs.xml
android/res/*/strings.xml
android/res/xml/device_filter.xml
android/build.xml
android/project.properties
android/local.properties
android/proguard-project.txt
android/bin/
android/gen/
android/ant/build/
android/ant/tasks.jar
android/src/org/qtproject/
android/src/org/kde/
# QtCreator cruft
/CMakeLists.txt.user*
*.cbp
# KDE temp file show marker
.directory
doxy
build/
contrib/pulseview_cross.nsi
cmake_install.cmake
install_manifest.txt
manual/cmake_install.cmake
manual/manual.html
manual/manual.pdf
test/cmake_install.cmake
*_autogen
# Translation binaries
*.qm