Skip to content

Commit

Permalink
Dodano .gitignore
Browse files Browse the repository at this point in the history
Dodano .gitignore do ignorowania plików tymczasowych vima.
  • Loading branch information
Akaexus committed Oct 29, 2018
1 parent 20ec6ad commit c0acded
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
@@ -0,0 +1,19 @@
### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

0 comments on commit c0acded

Please sign in to comment.