diff options
| author | Eli Zaretskii | 2014-11-13 18:06:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-13 18:06:54 +0200 |
| commit | 5cf2e27cf73c6ac0e6d50656ffcb30dde7b58800 (patch) | |
| tree | c9e767e18785d06fe004175043a5d8bf45508ecb | |
| parent | 3d08bc4e30224fe24ec4481cd5602faf5324913e (diff) | |
| download | emacs-5cf2e27cf73c6ac0e6d50656ffcb30dde7b58800.tar.gz emacs-5cf2e27cf73c6ac0e6d50656ffcb30dde7b58800.zip | |
.gitignore: Add more ignorables.
| -rw-r--r-- | .gitignore | 10 | ||||
| -rw-r--r-- | ChangeLog | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b5483840f3a..b9ac8102ef4 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -36,10 +36,15 @@ lib-src/movemail | |||
| 36 | lib-src/profile | 36 | lib-src/profile |
| 37 | lib-src/update-game-score | 37 | lib-src/update-game-score |
| 38 | *.o | 38 | *.o |
| 39 | *.exe | ||
| 40 | *.res | ||
| 39 | lib/alloca.h | 41 | lib/alloca.h |
| 40 | lib/arg-nonnull.h | 42 | lib/arg-nonnull.h |
| 43 | lib/byteswap.h | ||
| 41 | lib/c++defs.h | 44 | lib/c++defs.h |
| 42 | lib/dirent.h | 45 | lib/dirent.h |
| 46 | lib/errno.h | ||
| 47 | lib/execinfo.h | ||
| 43 | lib/fcntl.h | 48 | lib/fcntl.h |
| 44 | lib/getopt.h | 49 | lib/getopt.h |
| 45 | lib/inttypes.h | 50 | lib/inttypes.h |
| @@ -61,6 +66,8 @@ src/gl-stamp | |||
| 61 | src/globals.h | 66 | src/globals.h |
| 62 | src/stamp-h1 | 67 | src/stamp-h1 |
| 63 | src/temacs | 68 | src/temacs |
| 69 | src/temacs.map | ||
| 70 | src/temacs.tmp | ||
| 64 | doc/emacs/emacsver.texi | 71 | doc/emacs/emacsver.texi |
| 65 | doc/man/emacs.1 | 72 | doc/man/emacs.1 |
| 66 | etc/refcards/emacsver.tex | 73 | etc/refcards/emacsver.tex |
| @@ -68,4 +75,7 @@ lib/.deps/ | |||
| 68 | lisp/international/uni-brackets.el | 75 | lisp/international/uni-brackets.el |
| 69 | lwlib/deps/ | 76 | lwlib/deps/ |
| 70 | lwlib/liblw.a | 77 | lwlib/liblw.a |
| 78 | leim/changed.misc | ||
| 79 | leim/changed.tit | ||
| 80 | |||
| 71 | 81 | ||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-11-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * .gitignore: Add more ignorables. | ||
| 4 | |||
| 1 | 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * .gitignore: Copy over sufficient ignorable files from the old | 7 | * .gitignore: Copy over sufficient ignorable files from the old |