-
-
Notifications
You must be signed in to change notification settings - Fork 270
/
.gitignore
65 lines (53 loc) · 1.03 KB
/
.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
__pycache__
_build
build
build-dir
locale
gschemas.compiled
obj-*-linux-gnu
.vscode
node_modules
package-lock.json
compile_commands.json
.clangd
.cache
# Compiled python modules.
*.pyc
# binary language files
*.mo
# patches
*.patch
\.python-version
# exclude debian building logs and other junk
debian/*
!debian/changelog
!debian/changelog.tpl
!debian/compat
!debian/control
!debian/copyright
!debian/docs
!debian/pycompat
!debian/rules
!debian/source/format
!debian/build-ppa.sh
!debian/*.install
!debian/*lintian-overrides
!debian/watch
!debian/patches
!debian/patches/*.patch
!debian/source
/build-ppa.sh
# Dolphin file manager creates the file .directory to save some folder-specific settings
*.directory
*-build-deps*.deb
.build-tools.cson
ppastats
.autobuild
# exclude flatpak build directories
build-dir*
util/flatpak/repo
.flatpak
.flatpak-builder
# explictly include flatpak patch/shared-modules directory which includes usually ignored patch files
!util/flatpak/patch/**/*.patch
!util/flatpak/shared-modules/linux-audio/**/*.patch