
This fixes some minor problems introduced in the recent switch to GNU Make, discovered by further testing. Without some of these changes 'make -j' would sometimes have race conditions caused by missing dependencies. (Bug#26100) * .gitignore: Remove src/stamp-h.in, src/stamp-h1. * Makefile.in ($(MAKEFILE_NAME)): Depend on configure, not src/config.in, since the former's timestamp now represents the latter's. ($(srcdir)/configure): Use plain ./autogen.sh, for consistency with other autogen.sh invocations. ($(srcdir)/src/stamp-h.in): Remove rule, as this file is no longer created. * Makefile.in (top_distclean): * src/Makefile.in (bootstrap-clean): No need to remove stamp-h1, as that was an Automake byproduct and Automake is no longer in use. * lib/Makefile.in, src/Makefile.in: (AUTOCONF_INPUTS, $(top_srcdir)/configure): Remove. (../config.status, Makefile): Simplify by limiting dependencies to files we care about and files in the repository, and by using just one file to represent the timestamps on multiple targets updated by the same rule. * autogen.sh: Do not create or use src/stamp-h.in. Instead, have 'find' test the two output files directly.
280 lines
4.8 KiB
Text
280 lines
4.8 KiB
Text
# Files that Git should ignore in the Emacs source directory.
|
|
|
|
# Copyright 2009-2017 Free Software Foundation, Inc.
|
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
# GNU Emacs is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
# GNU Emacs is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
# Currently we assume only Git 1.7.1 (April 2010) or later, so this
|
|
# file does not rely on "**" in patterns. The "**" feature was added
|
|
# in Git 1.8.2 (March 2013).
|
|
|
|
|
|
# Built by 'autogen.sh'.
|
|
/aclocal.m4
|
|
/configure
|
|
src/config.in
|
|
|
|
# Built by 'configure'.
|
|
Info.plist
|
|
InfoPlist.strings
|
|
Makefile
|
|
makefile
|
|
!etc/refcards/Makefile
|
|
!modules/mod-test/Makefile
|
|
!test/lisp/progmodes/flymake-resources/Makefile
|
|
!test/manual/indent/Makefile
|
|
!test/manual/etags/Makefile
|
|
!test/manual/etags/make-src/Makefile
|
|
/*.cache
|
|
/confdefs.h
|
|
/config.status
|
|
/configure.lineno
|
|
/conftest*
|
|
lib/gnulib.mk
|
|
src/config.h
|
|
src/epaths.h
|
|
|
|
# C-level sources built by 'make'.
|
|
lib/alloca.h
|
|
lib/byteswap.h
|
|
lib/dirent.h
|
|
lib/errno.h
|
|
lib/execinfo.h
|
|
lib/fcntl.h
|
|
lib/getopt.h
|
|
lib/inttypes.h
|
|
lib/libgnu.a
|
|
lib/limits.h
|
|
lib/signal.h
|
|
lib/std*.h
|
|
!lib/std*.in.h
|
|
!lib/stdio-impl.h
|
|
lib/string.h
|
|
lib/sys/
|
|
lib/time.h
|
|
lib/unistd.h
|
|
src/buildobj.h
|
|
src/globals.h
|
|
src/lisp.mk
|
|
|
|
# Lisp-level sources built by 'make'.
|
|
*cus-load.el
|
|
*loaddefs.el
|
|
lisp/cedet/semantic/bovine/c-by.el
|
|
lisp/cedet/semantic/bovine/make-by.el
|
|
lisp/cedet/semantic/bovine/scm-by.el
|
|
lisp/cedet/semantic/wisent/javat-wy.el
|
|
lisp/cedet/semantic/wisent/js-wy.el
|
|
lisp/cedet/semantic/wisent/python-wy.el
|
|
lisp/cedet/srecode/srt-wy.el
|
|
lisp/eshell/esh-groups.el
|
|
lisp/finder-inf.el
|
|
lisp/leim/ja-dic/
|
|
lisp/leim/leim-list.el
|
|
lisp/leim/quail/4Corner.el
|
|
lisp/leim/quail/ARRAY30.el
|
|
lisp/leim/quail/CCDOSPY.el
|
|
lisp/leim/quail/CTLau.el
|
|
lisp/leim/quail/CTLau-b5.el
|
|
lisp/leim/quail/ECDICT.el
|
|
lisp/leim/quail/ETZY.el
|
|
lisp/leim/quail/PY-b5.el
|
|
lisp/leim/quail/PY.el
|
|
lisp/leim/quail/Punct.el
|
|
lisp/leim/quail/Punct-b5.el
|
|
lisp/leim/quail/QJ.el
|
|
lisp/leim/quail/QJ-b5.el
|
|
lisp/leim/quail/SW.el
|
|
lisp/leim/quail/TONEPY.el
|
|
lisp/leim/quail/ZIRANMA.el
|
|
lisp/leim/quail/ZOZY.el
|
|
lisp/leim/quail/quick-b5.el
|
|
lisp/leim/quail/quick-cns.el
|
|
lisp/leim/quail/tsang-b5.el
|
|
lisp/leim/quail/tsang-cns.el
|
|
lisp/mh-e/mh-autoloads.el
|
|
lisp/subdirs.el
|
|
|
|
# Dependencies.
|
|
.deps/
|
|
deps/
|
|
|
|
# Logs and temporaries.
|
|
*.log
|
|
*.tmp
|
|
|
|
# Time stamps.
|
|
*.stamp
|
|
stamp_BLD
|
|
src/gl-stamp
|
|
|
|
# Object files and debugging.
|
|
*.a
|
|
*.dSYM/
|
|
*.dll
|
|
*.core
|
|
*.elc
|
|
*.o
|
|
*.res
|
|
*.so
|
|
[0-9]*.core
|
|
core
|
|
core.*[0-9]
|
|
gmon.out
|
|
oo/
|
|
oo-spd/
|
|
src/*.map
|
|
|
|
# Tests.
|
|
test/indent/*.new
|
|
test/make-test-deps.mk
|
|
test/manual/biditest.txt
|
|
test/manual/etags/srclist
|
|
test/manual/etags/regexfile
|
|
test/manual/etags/ETAGS
|
|
test/manual/etags/CTAGS
|
|
|
|
# ctags, etags.
|
|
TAGS
|
|
!admin/notes/tags
|
|
|
|
# GNU global.
|
|
GPATH
|
|
GSYMS
|
|
GRTAGS
|
|
GTAGS
|
|
|
|
# GNU idutils.
|
|
ID
|
|
|
|
# Executables.
|
|
*.exe
|
|
a.out
|
|
lib-src/blessmail
|
|
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/test-distrib
|
|
lib-src/update-game-score
|
|
nextstep/Cocoa/Emacs.base/Contents/Info.plist
|
|
nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj
|
|
nextstep/Emacs.app/
|
|
nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop
|
|
nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist
|
|
src/bootstrap-emacs
|
|
src/emacs
|
|
src/emacs-[0-9]*
|
|
src/temacs
|
|
|
|
# Character-set info.
|
|
admin/charsets/jisx2131-filter
|
|
admin/unidata/unidata.txt
|
|
etc/charsets/*.map
|
|
lisp/international/charprop.el
|
|
lisp/international/charscript.el
|
|
lisp/international/cp51932.el
|
|
lisp/international/eucjp-ms.el
|
|
lisp/international/uni-*.el
|
|
|
|
# Documentation.
|
|
*.aux
|
|
*.cm
|
|
*.cms
|
|
*.cp
|
|
*.cps
|
|
*.doc
|
|
*.dvi
|
|
*.fn
|
|
*.fns
|
|
*.info
|
|
*.ky
|
|
*.kys
|
|
*.op
|
|
*.ops
|
|
*.pdf
|
|
!doc/lispintro/cons-*.pdf
|
|
!doc/lispintro/drawers.pdf
|
|
!doc/lispintro/lambda-*.pdf
|
|
!etc/refcards/gnus-logo.pdf
|
|
*.pg
|
|
*.pgs
|
|
*.pj
|
|
*.pjs
|
|
*.sc
|
|
*.scs
|
|
*.t2d/
|
|
*.tg
|
|
*.tgs
|
|
*.toc
|
|
*.tp
|
|
*.tps
|
|
*.vr
|
|
*.vrs
|
|
doc/*/*.html
|
|
doc/*/*/*.html
|
|
doc/*/*.ps
|
|
doc/*/*/*.ps
|
|
doc/emacs/emacsver.texi
|
|
doc/man/emacs.1
|
|
doc/misc/cc-mode.ss
|
|
etc/DOC
|
|
etc/refcards/emacsver.tex
|
|
gnustmp*
|
|
/info/
|
|
|
|
# Version control and locks.
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
.#*
|
|
\#*\#
|
|
ChangeLog
|
|
[0-9]*.patch
|
|
[0-9]*.txt
|
|
.dir-locals?.el
|
|
/vc-dwim-log-*
|
|
|
|
# Built by 'make install'.
|
|
etc/emacs.tmpdesktop
|
|
|
|
# Distribution directories.
|
|
/emacs-[1-9]*/
|
|
|
|
# Microsoft-related builds and installations.
|
|
*.in-h
|
|
_*
|
|
!lib/_Noreturn.h
|
|
/bin/
|
|
/BIN/
|
|
/data/
|
|
etc/icons/
|
|
lib/cxxdefs.h
|
|
lib/SYS/
|
|
/libexec/
|
|
/lock/
|
|
/README.W32
|
|
/share/
|
|
/site-lisp/
|
|
nt/emacs.rc
|
|
nt/emacsclient.rc
|
|
src/gdb.ini
|
|
/var/
|