aboutsummaryrefslogtreecommitdiffstats
path: root/Global/Vim.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update Vim.gitignore (#3169)Rolf Vidar Hoksaas2019-09-101-0/+1
| | | .svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
* vim: add extra session file Sessionx.vim (#3058)Matan Nassau2019-05-161-0/+1
| | | | | | | | | | | | | | | | | 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.
* Merge pull request #2631 from areyer/patch-1Brendan Forster2018-06-171-1/+2
|\ | | | | allow .ssh directory
| * allow .ssh directoryAdrian Reyer2018-03-191-1/+2
| |
* | Add persistent undo to Vim.gitignoreIgor Epstein2018-05-011-0/+2
|/
* Fix capitalization and spacing of commentsRobert Simmons2017-05-311-4/+6
|
* Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".roubles2016-12-051-2/+4
| | | | | While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
* Update Vim.gitignoreMario Guenterberg2016-02-221-0/+2
| | | Added auto-generated tag files.
* Remove redundancy in Global/Vim.gitignoreNoah Lovelady-Allen2016-02-071-2/+0
| | | Anything matched by `*.un~` will also be matched by the last rule, `*~`.
* document Vim file patternsCapi Etheriel2015-06-051-0/+4
|
* Capitalise initial letter in template filenames for consistency/sortingCarl Suster2015-01-071-0/+6