From d4d2b4715d75ce14ee84a350786f0be54b04bf3c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 7 Jul 2024 19:08:31 +0100 Subject: [PATCH] Update gitignore and dir locals --- .dir-locals.el | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 6adb6ce..f8f728c 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,8 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((+license/license-choice . "GPLv2"))) +((nil . ((+license/license-choice . "GNU General Public License Version 2") + (compile-command . "make all VERBOSE=2 RELEASE=0"))) (c++-mode . ((flycheck-gcc-include-path . (".." "../avm")) (flycheck-clang-include-path . (".." "../avm")) (company-clang-arguments . ("-I.." "-I../avm")) diff --git a/.gitignore b/.gitignore index 0ab48f4..d4bf605 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/* *.out +.cache/* TAGS compile_commands.json