emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r111396: .bzrignore fixes


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111396: .bzrignore fixes
Date: Sat, 03 Aug 2013 19:58:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111396
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2013-08-03 12:58:42 -0700
message:
  .bzrignore fixes
  Anchor emacs-* entry so it does not match many other things.
  Remove trailing slashes that are ignored (see bzr help patterns).
modified:
  .bzrignore                     bzrignore-20091227212532-2lrlpwjsfm9i221p-1
=== modified file '.bzrignore'
--- a/.bzrignore        2012-10-19 19:25:18 +0000
+++ b/.bzrignore        2013-08-03 19:58:42 +0000
@@ -24,7 +24,8 @@
 core
 DOC
 DOC-*
-emacs-*/
+# make-dist output.
+./emacs-*
 makefile
 Makefile
 Makefile.c
@@ -81,9 +82,9 @@
 leim/quail/*.el
 leim/changed.misc
 leim/changed.tit
-lib/.deps/
+lib/.deps
 lib/Makefile.in
-lib/deps/
+lib/deps
 lib/alloca.h
 lib/arg-nonnull.h
 lib/c++defs.h
@@ -95,7 +96,7 @@
 lib/stdio.h
 lib/stdint.h
 lib/stdlib.h
-lib/sys/
+lib/sys
 lib/SYS
 lib/time.h
 lib/unistd.h


reply via email to

[Prev in Thread] Current Thread [Next in Thread]