-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path10-ignores.sh
More file actions
37 lines (37 loc) · 1.05 KB
/
10-ignores.sh
File metadata and controls
37 lines (37 loc) · 1.05 KB
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
IgnorePath '*/__pycache__/*'
IgnorePath '*/texmf/*'
IgnorePath '/boot/*.img'
IgnorePath '/boot/EFI/*'
IgnorePath '/boot/grub/*'
IgnorePath '/boot/loader/random-seed'
IgnorePath '/boot/vmlinuz*'
IgnorePath '/etc/**/.git'
IgnorePath '/etc/*-'
IgnorePath '/etc/*.*bak'
IgnorePath '/etc/.updated'
IgnorePath '/etc/NetworkManager/system-connections/*'
IgnorePath '/etc/adjtime'
IgnorePath '/etc/brlapi.key'
IgnorePath '/etc/ca-certificates/*'
IgnorePath '/etc/cups/*'
IgnorePath '/etc/gconf/gconf.xml.defaults/*'
IgnorePath '/etc/ld.so.cache'
IgnorePath '/etc/machine-id'
IgnorePath '/etc/nginx/*'
IgnorePath '/etc/pacman.d/gnupg/*'
IgnorePath '/etc/ppp/resolv.conf'
IgnorePath '/etc/printcap'
IgnorePath '/etc/profile'
IgnorePath '/etc/resolv.conf'
IgnorePath '/etc/samba/smb.conf'
IgnorePath '/etc/sgml/catalog'
IgnorePath '/etc/ssh/ssh_host*'
IgnorePath '/etc/ssl/certs/*'
IgnorePath '/etc/udev/hwdb.bin'
IgnorePath '/etc/xml/catalog'
IgnorePath '/lost+found'
IgnorePath '/srv/http/*'
IgnorePath '/usr/bin/*'
IgnorePath '/usr/lib/*'
IgnorePath '/usr/share/*'
IgnorePath '/var/*'