[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sly 29f4508f0e 1/5: Per #485: Add *.abcl-tmp to .gitignore
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sly 29f4508f0e 1/5: Per #485: Add *.abcl-tmp to .gitignore |
Date: |
Tue, 18 Oct 2022 06:59:16 -0400 (EDT) |
branch: elpa/sly
commit 29f4508f0eac496f8e9c9535fe862d9d6b46c527
Author: Gordon Brown <gbrown@spu.edu>
Commit: João Távora <joaotavora@gmail.com>
Per #485: Add *.abcl-tmp to .gitignore
If you're hacking on the ABCL backend, these start to build up.
.gitignore: Add *.abcl-tmp files
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 256a359285..e9a5b1dffe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ doc/gh-pages
/dist/
/sly-pkg.el
/sly-autoloads.el
+*.abcl-tmp
- [nongnu] elpa/sly updated (ef5211456a -> ea83bbf0b3), ELPA Syncer, 2022/10/18
- [nongnu] elpa/sly 325d8fd2da 3/5: Per #485: Use SLYNK-BACKEND, not SLYNK/BACKEND in backend/abcl.lisp, ELPA Syncer, 2022/10/18
- [nongnu] elpa/sly 8872d38062 4/5: Per #485: Remove nonfunctional hyperspec lookup from ABCL backend, ELPA Syncer, 2022/10/18
- [nongnu] elpa/sly 65d4dfcb6e 2/5: Per #485: Load slynk-match.lisp upfront so backends can use it, ELPA Syncer, 2022/10/18
- [nongnu] elpa/sly ea83bbf0b3 5/5: Per #485: Don't use SLYNK package's symbols in ABCL backend, ELPA Syncer, 2022/10/18
- [nongnu] elpa/sly 29f4508f0e 1/5: Per #485: Add *.abcl-tmp to .gitignore,
ELPA Syncer <=