diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2014-11-14 14:57:16 +0100 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2014-11-14 14:57:16 +0100 |
commit | 6a079d59b7f5e9ef2a2dc7af18debc1c714ede89 (patch) | |
tree | 4aed99c223cf414767ba738187c95617ffcb0ae7 /.gitignore | |
parent | 6688117e79240553b01828c351333636af049d1b (diff) | |
download | emacs-6a079d59b7f5e9ef2a2dc7af18debc1c714ede89.tar.gz |
Ignore all built versions of Emacs (and .gitattributes)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index b9ac8102ef4..b075fec2e58 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ makefile TAGS *~ /README.W32 +.gitattributes /bin/ /site-lisp/ @@ -60,8 +61,7 @@ lib/warn-on-use.h src/bootstrap-emacs src/deps/ src/emacs -src/emacs-25.0.50.1 -src/emacs-25.0.50.2 +src/emacs-[0-9]* src/gl-stamp src/globals.h src/stamp-h1 @@ -77,5 +77,3 @@ lwlib/deps/ lwlib/liblw.a leim/changed.misc leim/changed.tit - - |