diff options
author | MaestroDD <MaestroDD@svn> | 2010-02-17 12:56:20 +0000 |
---|---|---|
committer | MaestroDD <MaestroDD@svn> | 2010-02-17 12:56:20 +0000 |
commit | 712bcf1b5fd90c5e423f6f36c3aba4865c519898 (patch) | |
tree | 2113138fee702edf9fe3e7132a2ffa4bb8464b78 /.gitignore | |
parent | 5ca7e30ec0a673a3d94d85e371d7d632fd90f1db (diff) |
added vims .swp files to global .gitignore
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27925 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 33fd001de1..14f5cda325 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ - # global patterns + +# commonly used editors +# vim +*.swp + +# generated files etc config.cache config.status config.log |