Skip to content

Commit 37d74d4

Browse files
committed
git: Add global ignore file.
1 parent 01c174c commit 37d74d4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

git/.config/git/ignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Swap
2+
[._]*.s[a-v][a-z]
3+
!*.svg # comment out if you don't need vector files
4+
[._]*.sw[a-p]
5+
[._]s[a-rt-v][a-z]
6+
[._]ss[a-gi-z]
7+
[._]sw[a-p]
8+
9+
# Session
10+
Session.vim
11+
Sessionx.vim
12+
13+
# Temporary
14+
.netrwhist
15+
*~
16+
# Auto-generated tag files
17+
tags
18+
# Persistent undo
19+
[._]*.un~

0 commit comments

Comments
 (0)