-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (35 loc) · 806 Bytes
/
.gitignore
File metadata and controls
48 lines (35 loc) · 806 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
46
47
48
*
!.gitignore
# usr/src dir is for kernel config
!usr/
!usr/src/
!usr/src/.config
!etc/
!etc/portage/
!etc/portage/make.conf
# etc/skel (skeleton) is the base layout of every user's home directory
!etc/skel/
!etc/skel/.zshrc
!etc/skel/.aliasrc
!etc/skel/.funcsrc
!etc/skel/.scripts/
!etc/skel/.scripts/*
!etc/skel/.config/
etc/skel/.config/*
!etc/skel/.config/alacritty/
!etc/skel/.config/alacritty/**/*
!etc/skel/.config/nvim/
!etc/skel/.config/nvim/**/*
etc/skel/.config/nvim/autoload/
etc/skel/.config/nvim/autoload/*
etc/skel/.config/nvim/plugged/
etc/skel/.config/nvim/plugged/*
# Grub2 conf
!etc/default/
!etc/default/grub
!etc/grub.d/
!etc/grub.d/40_custom
# Suckless dwm config files
!etc/skel/.config/suckless/
!etc/skel/.config/suckless/*/
!etc/skel/.config/suckless/**/config.def.h