[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] scratch/yasnippet c0aec2e779 1/8: * .gitignore: Add patterns for
From: |
Stefan Monnier |
Subject: |
[elpa] scratch/yasnippet c0aec2e779 1/8: * .gitignore: Add patterns for ELPA-generated files |
Date: |
Wed, 28 Jun 2023 11:06:04 -0400 (EDT) |
branch: scratch/yasnippet
commit c0aec2e779616e6f230caae2f851bd9f289e69b4
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* .gitignore: Add patterns for ELPA-generated files
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 3ce1c40517..0f7733372a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,7 @@ extras/imported/**
*.elc
ert-x.*
ert.*
+
+# ELPA-generated files
+/yasnippet-autoloads.el
+/yasnippet-pkg.el
- [elpa] branch scratch/yasnippet created (now b1c2baf4f6), Stefan Monnier, 2023/06/28
- [elpa] scratch/yasnippet c0aec2e779 1/8: * .gitignore: Add patterns for ELPA-generated files,
Stefan Monnier <=
- [elpa] scratch/yasnippet 64bb554272 3/8: * yasnippet-tests.el: Minor cosmetic changes, Stefan Monnier, 2023/06/28
- [elpa] scratch/yasnippet 9c52efc14a 6/8: * yasnippet-debug.el: Use `advice-add` i.s.o `defadvice`., Stefan Monnier, 2023/06/28
- [elpa] scratch/yasnippet 50a54c0775 2/8: * doc/yas-doc-helper.el: Use `cl-lib` and `lexical-binding`, Stefan Monnier, 2023/06/28
- [elpa] scratch/yasnippet 714a9dca04 5/8: * yasnippet.el: Use `add-function` and remove left-over debug code, Stefan Monnier, 2023/06/28
- [elpa] scratch/yasnippet b1c2baf4f6 8/8: * yasnippet.el: Cosmetic changes, Stefan Monnier, 2023/06/28
- [elpa] scratch/yasnippet 30a1c18826 7/8: * yasnippet.el (yas-minor-mode-map): Don't bind to `tab`, Stefan Monnier, 2023/06/28
- [elpa] scratch/yasnippet a0bbbc6eb5 4/8: * yasnippet.el: Use `lexical-binding`, Stefan Monnier, 2023/06/28