From 50317f75c7f28b2c3de503fd58245e2a168a4a9e Mon Sep 17 00:00:00 2001 From: Richard Grenville Date: Sun, 6 Sep 2015 20:54:14 +0800 Subject: [PATCH] Misc: Add some entries to .gitignore Misc: Add Vim swap files for unnamed buffers (".sw[a-z]") and YouCompleteMe configuration files (".ycm_extra_conf.py{,c}") to .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a63a74a..5dc3f9c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ install_manifest.txt # Vim files +.sw[a-z] .*.sw[a-z] *~ @@ -42,5 +43,7 @@ man/*.html man/*.1 doxygen/ .clang_complete +.ycm_extra_conf.py +.ycm_extra_conf.pyc /src/backtrace-symbols.[ch] /compton*.trace