branch: externals/marginalia commit 60772065330862d594be75b572a1882baf1c5d65 Author: Omar Antolín <[email protected]> Commit: Omar Antolín <[email protected]>
Ignore byte-compiled files, autoloads and *-pkg.el files
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cb62d01
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.elc
+*-autoloads.el
+*-pkg.el
