File: .gitignore

package info (click to toggle)
csoundqt 1.1.1%2Bdfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 103,216 kB
  • sloc: cpp: 37,640; python: 2,070; xml: 2,034; sh: 340; makefile: 20; perl: 8
file content (41 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
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
.directory
# rtmidi*
config.user.pri
qcs.pro.user

bin/*.exe
bin/*.dll
bin/CsoundQt-d-*
bin/old

Makefile
build/
.mypy_cache

src/Examples/McCurdy Collection/Modulation/test.wav

doc/QuteCsound Quick Reference (0.9).odt

.qmake.stash

*~.*
#*
*.pro.user
*.autosave
__pycache__
*.pyc
util/opcodes.xml
*.dmg
.DS_Store
*~

src_QML_*
qmlcache_loader.cpp
src_qml_resources_qmlcache.qrc
*.AppImage
make_appdir/AppDir/
make_appdir/csoundqt.desktop

compile_commands.json
flatpak-build
.flatpak*