From ec8e4514810b5a4437a58c36bb09bc285d44ef94 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Tue, 2 Aug 2016 00:10:35 +0200 Subject: [PATCH] Add YouCompleteMe files to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 99b7daf..8e58279 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ autom4te.cache/ *.kdev4 *.old *.orig +.ycm_extra_conf.py +__pycache__/ +compile_commands.json