-
Notifications
You must be signed in to change notification settings - Fork 37
/
.gitignore
executable file
·61 lines (55 loc) · 1.22 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
# Various history and backup files and special filesystemsj
root/.bash_history
root/.aptitude
/home/webc/.bash_history
root/.lesshst
proc
sys
dev
run
*.swp
*~
# Config files we don't need
etc/apt/trusted.gpg~
etc/group-
etc/passwd-
etc/shadow-
etc/gshadow-
etc/ld.so.cache
# Variable data that we don't need
var/lib/aptitude
var/lib/apt
var/lib/dpkg/*-old
var/log
var/lock
var/cache/man/
var/cache/fontconfig/
var/cache/ldconfig/
var/cache/dictionaries-common
var/cache/apt/
var/cache/cups/
var/cache/debconf/*-old
var/tmp
# Files installed by packages. If you add anything here, also update
# /etc/dpkg/dpkg.cfg.d/exclude-files to make sure dpkg does not install
# these files in the first place (and doesn't refer to them in its .list
# files).
# Technically just having the dpkg exclude should be sufficient, but
# these files are ignored too just to be sure (also when configure or postinst
# scripts create files in these directories).
usr/share/doc
usr/share/doc-base
usr/share/man
usr/share/lintian
usr/share/locale
usr/share/keyrings
usr/share/info
usr/include
usr/share/bug
usr/share/fonts/X11
# Firefox devtool translations in langpacks
opt/firefox/langpacks/*/chrome/*/locale/*/global/devtools/*
# sources
/usr/src
# old kernels
*.old