From: Sam Steingold Date: Fri, 26 Oct 2001 16:51:57 +0000 (+0000) Subject: ignore *-spd and *.pdb for w32 X-Git-Tag: ttn-vms-21-2-B4~19133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5719bb6ff715348cad5a82dc50d397713116ea44;p=emacs.git ignore *-spd and *.pdb for w32 --- diff --git a/lib-src/.gitignore b/lib-src/.gitignore index c18cba48b9a..13df5a8febc 100644 --- a/lib-src/.gitignore +++ b/lib-src/.gitignore @@ -15,9 +15,10 @@ hexl make-docfile movemail obj -obj-spd profile sorted-doc test-distrib yow Makefile +*-spd +*.pdb diff --git a/nt/.gitignore b/nt/.gitignore new file mode 100644 index 00000000000..9aff5a7ca3b --- /dev/null +++ b/nt/.gitignore @@ -0,0 +1,2 @@ +*-spd +*.pdb diff --git a/src/.gitignore b/src/.gitignore index 1ac45fcec58..f1a15019c6f 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -9,9 +9,10 @@ emacs emacs-* epaths.h obj -obj-spd prefix-args stamp-oldxmenu temacs _gdbinit gdb.ini +*-spd +*.pdb