From: Lars Magne Ingebrigtsen Date: Thu, 13 Nov 2014 14:25:48 +0000 (+0100) Subject: Add automaticall built files to .gitignore X-Git-Tag: emacs-25.0.90~2635^2~495^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38fa4bcbd238a0628ca51c5cd656211a0ef62eef;p=emacs.git 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. --- 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.