delete .projectile and .dir-locals.el
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,6 +2,8 @@ ex*-c
|
|||||||
aoc-c
|
aoc-c
|
||||||
core*
|
core*
|
||||||
.ccls*
|
.ccls*
|
||||||
|
.projectile
|
||||||
|
.dir-locals.el
|
||||||
gmon.out
|
gmon.out
|
||||||
*.o
|
*.o
|
||||||
ex*-cob
|
ex*-cob
|
||||||
|
@@ -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")))))))
|
|
Reference in New Issue
Block a user