Globally ignore all compiled zsh-files
This commit is contained in:
@@ -13,3 +13,4 @@
|
|||||||
untracked = 014
|
untracked = 014
|
||||||
[core]
|
[core]
|
||||||
pager = diff-so-fancy | less --tabs=8 -RFX
|
pager = diff-so-fancy | less --tabs=8 -RFX
|
||||||
|
excludesfile = ~/.config/git/ignore
|
||||||
|
|||||||
2
.config/git/ignore
Normal file
2
.config/git/ignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Ignore all compiled zsh-files
|
||||||
|
*.zwc
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,7 +1,6 @@
|
|||||||
*.bkp
|
*.bkp
|
||||||
.gitignore
|
.gitignore
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
*.zwc
|
|
||||||
|
|
||||||
/.config/git/github.config
|
/.config/git/github.config
|
||||||
/.config/git/gitlab.config
|
/.config/git/gitlab.config
|
||||||
|
|||||||
Reference in New Issue
Block a user