diff options
| author | Lars Magne Ingebrigtsen | 2014-11-13 17:58:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-13 17:58:07 +0200 |
| commit | 3d08bc4e30224fe24ec4481cd5602faf5324913e (patch) | |
| tree | b263799f9952a466567e68f58bbbea697120d810 | |
| parent | e18c2a53a9813617cfe4862dc03ddd7666133b58 (diff) | |
| download | emacs-3d08bc4e30224fe24ec4481cd5602faf5324913e.tar.gz emacs-3d08bc4e30224fe24ec4481cd5602faf5324913e.zip | |
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.
| -rw-r--r-- | .gitignore | 48 | ||||
| -rw-r--r-- | ChangeLog | 6 |
2 files changed, 54 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ad4324e8e22..b5483840f3a 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -21,3 +21,51 @@ etc/refcards/*.aux | |||
| 21 | etc/refcards/*.log | 21 | etc/refcards/*.log |
| 22 | info/dir | 22 | info/dir |
| 23 | info/*.info | 23 | info/*.info |
| 24 | test/biditest.txt | ||
| 25 | |||
| 26 | Makefile | ||
| 27 | config.log | ||
| 28 | config.status | ||
| 29 | lib-src/ctags | ||
| 30 | lib-src/ebrowse | ||
| 31 | lib-src/emacsclient | ||
| 32 | lib-src/etags | ||
| 33 | lib-src/hexl | ||
| 34 | lib-src/make-docfile | ||
| 35 | lib-src/movemail | ||
| 36 | lib-src/profile | ||
| 37 | lib-src/update-game-score | ||
| 38 | *.o | ||
| 39 | lib/alloca.h | ||
| 40 | lib/arg-nonnull.h | ||
| 41 | lib/c++defs.h | ||
| 42 | lib/dirent.h | ||
| 43 | lib/fcntl.h | ||
| 44 | lib/getopt.h | ||
| 45 | lib/inttypes.h | ||
| 46 | lib/libgnu.a | ||
| 47 | lib/signal.h | ||
| 48 | lib/stdio.h | ||
| 49 | lib/stdlib.h | ||
| 50 | lib/string.h | ||
| 51 | lib/sys/ | ||
| 52 | lib/time.h | ||
| 53 | lib/unistd.h | ||
| 54 | lib/warn-on-use.h | ||
| 55 | src/bootstrap-emacs | ||
| 56 | src/deps/ | ||
| 57 | src/emacs | ||
| 58 | src/emacs-25.0.50.1 | ||
| 59 | src/emacs-25.0.50.2 | ||
| 60 | src/gl-stamp | ||
| 61 | src/globals.h | ||
| 62 | src/stamp-h1 | ||
| 63 | src/temacs | ||
| 64 | doc/emacs/emacsver.texi | ||
| 65 | doc/man/emacs.1 | ||
| 66 | etc/refcards/emacsver.tex | ||
| 67 | lib/.deps/ | ||
| 68 | lisp/international/uni-brackets.el | ||
| 69 | lwlib/deps/ | ||
| 70 | lwlib/liblw.a | ||
| 71 | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * .gitignore: Copy over sufficient ignorable files from the old | ||
| 4 | .bzrignore that a simple build doesn't list lots of unregistered | ||
| 5 | files. | ||
| 6 | |||
| 1 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> | 7 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> |
| 2 | 8 | ||
| 3 | * Makefile.in: git transition - set VCWITNESS appropriately for git. | 9 | * Makefile.in: git transition - set VCWITNESS appropriately for git. |