branch: externals/async commit 868d9274b2563c1d8ae29b31393c1d9aff8cb8cf Author: Andrea Richiardi <[email protected]> Commit: Andrea Richiardi <[email protected]>
Add .gitignore
It will avoid tracking compilation files like *.elc and autoloads.
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bb6d27f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.elc
+*~
+async-autoloads.el
