summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el2
-rw-r--r--.gitignore2
2 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 00000000..830e134a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,2 @@
+((makefile-mode
+ (outline-regexp . "#")))
diff --git a/.gitignore b/.gitignore
index 317f9995..f4db9248 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@
**/*.rs.bk
*~
.gdb_history
-.dir-locals.el
+.dir-locals-2.el