-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (35 loc) · 653 Bytes
/
.gitignore
File metadata and controls
45 lines (35 loc) · 653 Bytes
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
# Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# Logs
scripts/*.log
/*.log
# Misc archives
/*\.deb
/*\.zip
/*\.tar
/*\.tar\.*
# Source files.
/sources/
# GitHub Actions build artifacts
debs*
checksum*
# Built *.deb files.
/debs/
/output/
# Preinstalled build tools.
/build-tools/
# Predownloaded packages sources.
/packages/*/cache
/root-packages/*/cache
/x11-packages/*/cache
# Temp .git directories for packages built from local sources "file://"
/*.git
# Generated by scripts/check-repository-health.sh
scripts/apt-packages-list-*.txt
# Generated on GitHub Actions CI when building kernel modules
/scripts/*.ko.zst