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.
This commit is contained in:
parent
653bddcea2
commit
38fa4bcbd2
2 changed files with 53 additions and 0 deletions
47
.gitignore
vendored
47
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue