delete .projectile and .dir-locals.el

This commit is contained in:
2022-10-05 16:36:57 +02:00
parent b001690c95
commit f74a1ffb8a
3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@ ex*-c
aoc-c
core*
.ccls*
.projectile
.dir-locals.el
gmon.out
*.o
ex*-cob

View File

@@ -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")))))))

View File