Update gitignore and dir locals

This commit is contained in:
2024-07-07 19:08:31 +01:00
parent aa507a417a
commit d4d2b4715d
2 changed files with 3 additions and 1 deletions

View File

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

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
build/*
*.out
.cache/*
TAGS
compile_commands.json