From f74a1ffb8ae6d8c85424293a68c7d304bce93371 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Wed, 5 Oct 2022 16:36:57 +0200 Subject: [PATCH] delete .projectile and .dir-locals.el --- .gitignore | 2 ++ 2021/.dir-locals.el | 4 ---- 2021/.projectile | 0 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 2021/.dir-locals.el delete mode 100644 2021/.projectile diff --git a/.gitignore b/.gitignore index 419b1cd..6bacd4a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ ex*-c aoc-c core* .ccls* +.projectile +.dir-locals.el gmon.out *.o ex*-cob diff --git a/2021/.dir-locals.el b/2021/.dir-locals.el deleted file mode 100644 index a831374..0000000 --- a/2021/.dir-locals.el +++ /dev/null @@ -1,4 +0,0 @@ -((nil . ((eval . (let ((root (expand-file-name (projectile-project-root)))) - (setq-local - flycheck-gcc-include-path (list (concat root "include")) - compile-command (concat "make -C " root " all"))))))) diff --git a/2021/.projectile b/2021/.projectile deleted file mode 100644 index e69de29..0000000