From 5719bb6ff715348cad5a82dc50d397713116ea44 Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Fri, 26 Oct 2001 16:51:57 +0000 Subject: [PATCH] ignore *-spd and *.pdb for w32 --- lib-src/.gitignore | 3 ++- nt/.gitignore | 2 ++ src/.gitignore | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 nt/.gitignore 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 -- 2.39.5