From 6a079d59b7f5e9ef2a2dc7af18debc1c714ede89 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 14 Nov 2014 14:57:16 +0100 Subject: [PATCH] Ignore all built versions of Emacs (and .gitattributes) --- .gitignore | 6 ++---- 1 file 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 - - -- 2.11.4.GIT