[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/5] .gitignore: Remove stale entries.
From: |
Alex Kost |
Subject: |
[PATCH 5/5] .gitignore: Remove stale entries. |
Date: |
Sat, 18 Feb 2017 12:21:45 +0300 |
This is a followup to commit deb6276dda81a69da38e842d269c5370a28fa5cf.
* .gitignore: Remove "/emacs/..." lines.
---
.gitignore | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0897c95..1fc22d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,11 +44,6 @@
/doc/os-config-desktop.texi
/doc/stamp-vti
/doc/version.texi
-/emacs/Makefile
-/emacs/Makefile.in
-/emacs/guix-autoloads.el
-/emacs/guix-config.el
-/emacs/guix-helper.scm
/etc/guix-daemon.conf
/etc/guix-daemon.service
/etc/guix-publish.conf
--
2.10.2
- [PATCH 0/5] gnu/packages/aux-files, Alex Kost, 2017/02/18
- [PATCH 5/5] .gitignore: Remove stale entries.,
Alex Kost <=
- [PATCH 1/5] packages: Add 'search-auxiliary-file'., Alex Kost, 2017/02/18
- [PATCH 4/5] gnu: emacs: Simplify "guix-emacs.el"., Alex Kost, 2017/02/18
- [PATCH 3/5] gnu: emacs: Move "guix-emacs.el" to "aux-files"., Alex Kost, 2017/02/18
- [PATCH 2/5] gnu: linux: Move configuration files to "aux-files"., Alex Kost, 2017/02/18
- Re: [PATCH 0/5] gnu/packages/aux-files, Alex Kost, 2017/02/27