branch: externals/bnf-mode
commit 046d2e70a1ca6c2b4c0acec1e75e9218d249a464
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Added .gitattributes file
---
.elpaignore | 1 +
.gitattributes | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/.elpaignore b/.elpaignore
index 20d9e1e..2119f82 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -2,6 +2,7 @@
.dir-locals.el
.elpaignore
.ert-runner
+.gitattributes
.github
.gitignore
Cask
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..b20192a
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+.git* export-ignore
+.codecov.yml export-ignore
+.elpaignore export-ignore
+
+bnf-mode.el export-subst