[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 04/07: maint: Update .gitignore.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 04/07: maint: Update .gitignore. |
Date: |
Sun, 17 Jan 2016 14:15:29 +0000 |
civodul pushed a commit to branch master
in repository shepherd.
commit 65c04622103d9ae8b1a8e6f0ded9b82df6b0fcbf
Author: Mathieu Lirzin <address@hidden>
Date: Sat Jan 16 20:26:49 2016 +0100
maint: Update .gitignore.
*.gitignore: Replace dmd with shepherd in .gitignore.
Signed-off-by: Ludovic Courtès <address@hidden>
---
.gitignore | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/.gitignore b/.gitignore
index c9da5c3..5e89b41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
/configure
-/dmd.info
+/shepherd.info
/stamp-vti
/version.texi
/config.cache
@@ -7,7 +7,7 @@
/config.scm
/config.status
/herd
-/dmd
+/shepherd
/examples/Makefile
/utils/Makefile
/autom4te.cache
@@ -21,24 +21,24 @@ Makefile
/INSTALL
/aclocal.m4
*.go
-/modules/dmd/config.scm
-/dmd.aux
-/dmd.cp
-/dmd.cps
-/dmd.fn
-/dmd.fns
-/dmd.ky
-/dmd.log
-/dmd.pg
-/dmd.toc
-/dmd.tp
-/dmd.tps
-/dmd.vr
-/dmd.vrs
-/modules/dmd/system.scm
+/modules/shepherd/config.scm
+/shepherd.aux
+/shepherd.cp
+/shepherd.cps
+/shepherd.fn
+/shepherd.fns
+/shepherd.ky
+/shepherd.log
+/shepherd.pg
+/shepherd.toc
+/shepherd.tp
+/shepherd.tps
+/shepherd.vr
+/shepherd.vrs
+/modules/shepherd/system.scm
/halt
/reboot
-/dmd.pdf
+/shepherd.pdf
/test-suite.log
/tests/basic.log
/tests/basic.trs
- [shepherd] branch master updated (4fb3a18 -> f158e63), Ludovic Courtès, 2016/01/17
- [shepherd] 01/07: build: Add missing backslash in AM_TESTS_ENVIRONMENT., Ludovic Courtès, 2016/01/17
- [shepherd] 05/07: maint: Fix version checking for Guile., Ludovic Courtès, 2016/01/17
- [shepherd] 03/07: build: Improve display for silent rules., Ludovic Courtès, 2016/01/17
- [shepherd] 04/07: maint: Update .gitignore.,
Ludovic Courtès <=
- [shepherd] 06/07: maint: Add .dir-locals.el., Ludovic Courtès, 2016/01/17
- [shepherd] 07/07: support: Add a keyword argument '#:secure?' to verify-dir., Ludovic Courtès, 2016/01/17
- [shepherd] 02/07: Rename 'deco' command to 'herd'., Ludovic Courtès, 2016/01/17