diff options
| author | Lars Magne Ingebrigtsen | 2014-11-13 15:25:48 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-13 15:25:48 +0100 |
| commit | 38fa4bcbd238a0628ca51c5cd656211a0ef62eef (patch) | |
| tree | 2123d305fe877255f44ef4f4f1a940b72406aca5 | |
| parent | 653bddcea2b852486b427316819aaeb675dd2cc4 (diff) | |
| download | emacs-38fa4bcbd238a0628ca51c5cd656211a0ef62eef.tar.gz emacs-38fa4bcbd238a0628ca51c5cd656211a0ef62eef.zip | |
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.
| -rw-r--r-- | .gitignore | 47 | ||||
| -rw-r--r-- | ChangeLog | 6 |
2 files changed, 53 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7603af2d138..b5483840f3a 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -22,3 +22,50 @@ etc/refcards/*.log | |||
| 22 | info/dir | 22 | info/dir |
| 23 | info/*.info | 23 | info/*.info |
| 24 | test/biditest.txt | 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. |