Add gitignore filetype

This commit is contained in:
Jonathan Hodgson 2017-07-06 15:20:40 +01:00
parent 9efe5ee13e
commit 8240d421bd

7
ftdetect/gitignore.vim Normal file
View file

@ -0,0 +1,7 @@
" File: gitignore.vim
" Description: .gitignore file detection for vim
" Author: jonathan <jonathan@lunarweb.co.uk>
" URL: jonathanh.co.uk
autocmd BufNewFile,BufRead .gitignore,global_gitignore setlocal filetype=gitignore