mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Backport .gitignore changes from master.
.gitignore: Copy over sufficient ignorable files from the old .bzrignore that a simple build doesn't list lots of unregistered files.
This commit is contained in:
parent
e18c2a53a9
commit
3d08bc4e30
2 changed files with 54 additions and 0 deletions
48
.gitignore
vendored
48
.gitignore
vendored
|
|
@ -21,3 +21,51 @@ etc/refcards/*.aux
|
|||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* .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 <esr@thyrsus.com>
|
||||
|
||||
* Makefile.in: git transition - set VCWITNESS appropriately for git.
|
||||
|
|
|
|||
Loading…
Reference in a new issue