From d12b7f777a63748f1d2891a44130a5eed6024232 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Mon, 31 Oct 2016 21:07:24 +0100 Subject: [PATCH] Update gitignore with YouCompleteMe files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a477051..a1a30f9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ tags cscope.in.out cscope.out cscope.po.out +.ycm_extra_conf.py +__pycache__/ +compile_commands.json