branch: master
commit 68da2b6a12e0979f99bd530d4c18e8b0673fed15
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>

    * .gitignore: Ignore files taken from the `elpa-admin` branch.
    
    * Makefile: New file.
---
 .gitignore | 2 ++
 Makefile   | 8 ++++++++
 2 files changed, 10 insertions(+)

diff --git a/.gitignore b/.gitignore
index d5cf579..f57800f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ core
 /packages/
 /archive/
 /archive-devel/
+/admin/
+GNUmakefile
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0c5db88
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+
+setup: GNUmakefile admin
+
+GNUmakefile: admin
+       ln -s admin/GNUmakefile ./
+
+admin:
+       git worktree add -b elpa-admin admin origin/elpa-admin

Reply via email to