From 9fee4dfa755a85005482ac853456b1a8b823f351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Kooi?= <3961583-RA-Kooi@users.noreply.gitlab.com> Date: Tue, 22 Oct 2019 02:55:43 +0200 Subject: [PATCH] Ignore VIM temporary files and Windows waf unpacks --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f54a7ef5..28a82555 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,9 @@ build demos/*/build* playground/*/build* .waf-* +waf-* .waf3-* +waf3-* *.log .DS_Store .AppleDouble @@ -37,3 +39,9 @@ Temporary Items # Windows build output waf.bat + +# Vim temporary files +*.swp + +# YouCompleteMe configuration +.ycm_extra_conf.py