branch: elpa/org-superstar commit 6143af17ed587b115eb8096bbd580b97de9b580a Author: D. Williams <[email protected]> Commit: D. Williams <[email protected]>
updating .gitignore to skip .dir-locals.el
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index d376fa29ef..e4d3f4b986 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.elc
*~
-.#*
\ No newline at end of file
+.#*
+.dir-locals.el
\ No newline at end of file
