From 38fa4bcbd238a0628ca51c5cd656211a0ef62eef Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 13 Nov 2014 15:25:48 +0100 Subject: [PATCH] Add automaticall built files to .gitignore * .gitignore: Copy over sufficient ignorable files from the old .bzrignore that a simple build doesn't list lots of unregistered files. --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ ChangeLog | 6 ++++++ 2 files changed, 53 insertions(+) diff --git a/.gitignore b/.gitignore index 7603af2d138..b5483840f3a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,50 @@ etc/refcards/*.log info/dir info/*.info test/biditest.txt + +Makefile +config.log +config.status +lib-src/ctags +lib-src/ebrowse +lib-src/emacsclient +lib-src/etags +lib-src/hexl +lib-src/make-docfile +lib-src/movemail +lib-src/profile +lib-src/update-game-score +*.o +lib/alloca.h +lib/arg-nonnull.h +lib/c++defs.h +lib/dirent.h +lib/fcntl.h +lib/getopt.h +lib/inttypes.h +lib/libgnu.a +lib/signal.h +lib/stdio.h +lib/stdlib.h +lib/string.h +lib/sys/ +lib/time.h +lib/unistd.h +lib/warn-on-use.h +src/bootstrap-emacs +src/deps/ +src/emacs +src/emacs-25.0.50.1 +src/emacs-25.0.50.2 +src/gl-stamp +src/globals.h +src/stamp-h1 +src/temacs +doc/emacs/emacsver.texi +doc/man/emacs.1 +etc/refcards/emacsver.tex +lib/.deps/ +lisp/international/uni-brackets.el +lwlib/deps/ +lwlib/liblw.a + diff --git a/ChangeLog b/ChangeLog index 9aa2a02cbf0..174fe6a3d41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-11-13 Lars Magne Ingebrigtsen + + * .gitignore: Copy over sufficient ignorable files from the old + .bzrignore that a simple build doesn't list lots of unregistered + files. + 2014-11-11 Eric S. Raymond * Makefile.in: git transition - set VCWITNESS appropriately for git. -- 2.39.5