Commit Graph

11 Commits

Author SHA1 Message Date
Rolf Vidar Hoksaas
41ec05833a Update Vim.gitignore ()
.svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
2019-09-10 11:07:19 -03:00
Matan Nassau
cdab24d9e9 vim: add extra session file Sessionx.vim ()
from vim's documentation on `:mksession` (:help :mksession):

 ...

 10. If a file exists with the same name as the Session file, but ending
     in "x.vim" (for eXtra), executes that as well.  You can use *x.vim
     files to specify additional settings and actions associated with a
     given Session, such as creating menu items in the GUI version.

we already have Session.vim ignored.  the Sessionx.vim file, like
Session.vim, is a user file.  a user would generally want that file kept
private or for themselves, and the public or a team fetching from or
sharing the repository generally have no interest in a file relevant
only to a particular user.  so it's a good idea to get git to help us
avoid mistakenly sharing the file.
2019-05-16 17:40:58 -03:00
Brendan Forster
aeee031f92
Merge pull request from areyer/patch-1
allow .ssh directory
2018-06-17 15:44:42 -03:00
Igor Epstein
17da48e4d6 Add persistent undo to Vim.gitignore 2018-05-01 22:02:53 +03:00
Adrian Reyer
f2458c0901
allow .ssh directory 2018-03-19 11:07:09 +01:00
Robert Simmons
9322d165f3
Fix capitalization and spacing of comments 2017-05-31 12:16:02 -04:00
roubles
59f8ccd66d Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".
While will never be generated by the vim source code.
http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
2016-12-05 22:38:27 -05:00
Mario Guenterberg
504f444dfa Update Vim.gitignore
Added auto-generated tag files.
2016-02-22 17:50:16 +01:00
Noah Lovelady-Allen
31045e29f8 Remove redundancy in Global/Vim.gitignore
Anything matched by `*.un~` will also be matched by the last rule, `*~`.
2016-02-07 08:57:08 -05:00
Capi Etheriel
457f6464a7 document Vim file patterns 2015-06-05 12:35:49 -03:00
Carl Suster
9f1b7d77e2 Capitalise initial letter in template filenames for consistency/sorting 2015-01-07 15:16:27 +11:00