.gitignore: Add more ignorables.
This commit is contained in:
parent
3d08bc4e30
commit
5cf2e27cf7
2 changed files with 14 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -36,10 +36,15 @@ lib-src/movemail
|
|||
lib-src/profile
|
||||
lib-src/update-game-score
|
||||
*.o
|
||||
*.exe
|
||||
*.res
|
||||
lib/alloca.h
|
||||
lib/arg-nonnull.h
|
||||
lib/byteswap.h
|
||||
lib/c++defs.h
|
||||
lib/dirent.h
|
||||
lib/errno.h
|
||||
lib/execinfo.h
|
||||
lib/fcntl.h
|
||||
lib/getopt.h
|
||||
lib/inttypes.h
|
||||
|
@ -61,6 +66,8 @@ src/gl-stamp
|
|||
src/globals.h
|
||||
src/stamp-h1
|
||||
src/temacs
|
||||
src/temacs.map
|
||||
src/temacs.tmp
|
||||
doc/emacs/emacsver.texi
|
||||
doc/man/emacs.1
|
||||
etc/refcards/emacsver.tex
|
||||
|
@ -68,4 +75,7 @@ lib/.deps/
|
|||
lisp/international/uni-brackets.el
|
||||
lwlib/deps/
|
||||
lwlib/liblw.a
|
||||
leim/changed.misc
|
||||
leim/changed.tit
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-11-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* .gitignore: Add more ignorables.
|
||||
|
||||
2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* .gitignore: Copy over sufficient ignorable files from the old
|
||||
|
|
Loading…
Add table
Reference in a new issue