forked from bottlesdevs/Bottles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (53 loc) · 757 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
.mypy_cache/
.pytest_cache/
/.project
/.pydevproject
/.settings
/.cproject
/.idea
.flatpak-builder/
/build
/build-dir
/mesonbuild
__pycache__
.coverage
/install dir
/work area
/meson-test-run.txt
/meson-test-run.xml
/meson-cross-test-run.txt
/meson-cross-test-run.xml
/.flatpak
/builddir
.DS_Store
*~
*.swp
packagecache
/MANIFEST
/dist
/meson.egg-info
/docs/built_docs
/docs/hotdoc-private*
*.pyc
/*venv*
.buildconfig
# Ignore AppImage build dirs
/AppDir
/appimage-builder-cache
# Ignore generated files
*.deb
*.dsc
*.changes
.build
*.buildinfo
*.tar.gz
# Ignore files generated during build
*debian/files
*debian/.*
*debian/com.usebottles.bottles*
*obj-x86_64-linux-gnu
# Ignore flatpak build dirs
/repo/
/flatpak/
.vscode/*
/build-flatpak.sh