mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
.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/profile
|
||||||
lib-src/update-game-score
|
lib-src/update-game-score
|
||||||
*.o
|
*.o
|
||||||
|
*.exe
|
||||||
|
*.res
|
||||||
lib/alloca.h
|
lib/alloca.h
|
||||||
lib/arg-nonnull.h
|
lib/arg-nonnull.h
|
||||||
|
lib/byteswap.h
|
||||||
lib/c++defs.h
|
lib/c++defs.h
|
||||||
lib/dirent.h
|
lib/dirent.h
|
||||||
|
lib/errno.h
|
||||||
|
lib/execinfo.h
|
||||||
lib/fcntl.h
|
lib/fcntl.h
|
||||||
lib/getopt.h
|
lib/getopt.h
|
||||||
lib/inttypes.h
|
lib/inttypes.h
|
||||||
|
@ -61,6 +66,8 @@ src/gl-stamp
|
||||||
src/globals.h
|
src/globals.h
|
||||||
src/stamp-h1
|
src/stamp-h1
|
||||||
src/temacs
|
src/temacs
|
||||||
|
src/temacs.map
|
||||||
|
src/temacs.tmp
|
||||||
doc/emacs/emacsver.texi
|
doc/emacs/emacsver.texi
|
||||||
doc/man/emacs.1
|
doc/man/emacs.1
|
||||||
etc/refcards/emacsver.tex
|
etc/refcards/emacsver.tex
|
||||||
|
@ -68,4 +75,7 @@ lib/.deps/
|
||||||
lisp/international/uni-brackets.el
|
lisp/international/uni-brackets.el
|
||||||
lwlib/deps/
|
lwlib/deps/
|
||||||
lwlib/liblw.a
|
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>
|
2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||||
|
|
||||||
* .gitignore: Copy over sufficient ignorable files from the old
|
* .gitignore: Copy over sufficient ignorable files from the old
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue