Skip to content

Commit

Permalink
add top-layer .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jingliu9 committed Aug 20, 2021
1 parent 1d0634e commit abda981
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
*.d
*.o
aprt_vsfs
cilent

# vim swap files
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# vim sessions
Session.vim
Sessionx.vim

# vim temporaries
.netrwhist
*~
# vim persistent undo
[._]*.un~

logs

0 comments on commit abda981

Please sign in to comment.