From d2085c7420c4929c788bb74c25355534ddbcde03 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sat, 14 Apr 2018 23:13:00 +0100 Subject: [PATCH] Ignore ycm files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e58a779df4..a148a68efe 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,7 @@ doc/Doxygen/DTAGS /.cproject /.project /.dir-locals.el +/.ycm* # Ignore the test directory /tutorialsTest