branch: main commit 79b7c81988923404c6df74894ff42b0ae6480931 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* gitignore: Add `packages-other`. --- .gitignore | 1 + elpa-config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9cb2b8..6ecf83c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ core # Generated during deployment /.pkg-descs.mk /packages/ +/other-packages /archive/ /archive-devel/ GNUmakefile diff --git a/elpa-config b/elpa-config index 6f8ae4b..77d516d 100644 --- a/elpa-config +++ b/elpa-config @@ -6,5 +6,5 @@ (branch-prefix "externals/") (release-branch-prefix "externals-release/") ;;(specs-file "elpa-packages") - ;;(debug nil) + ;;(debug t) )