summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Porter <adam@alphapapa.net>2020-04-09 09:31:07 -0500
committerAdam Porter <adam@alphapapa.net>2020-04-09 09:34:51 -0500
commit44fb922da9ac428d216aa110e6f9c68447c21999 (patch)
treecb94859e3b5c5e32c8d574855e3d595f48a4e8f7
parent2b7d6a28557c8dc647dd7bf181c3fc3dcbc7fc17 (diff)
Meta: Add .gitignore, .dir-locals.el
-rw-r--r--.dir-locals.el5
-rw-r--r--.gitignore2
2 files changed, 7 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..dc9d69a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((magit-status-mode
+ (magit-todos-exclude-globs "Makefile" "makem.sh")))
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f8aec0e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.elc
+/.sandbox/