aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2001-10-26 16:51:57 +0000
committerSam Steingold2001-10-26 16:51:57 +0000
commit5719bb6ff715348cad5a82dc50d397713116ea44 (patch)
tree8f360537689001443cb18d45c637a573697f11ef
parent5682d301c3731e33977f1b643ae2d7fc6c5bde27 (diff)
downloademacs-5719bb6ff715348cad5a82dc50d397713116ea44.tar.gz
emacs-5719bb6ff715348cad5a82dc50d397713116ea44.zip
ignore *-spd and *.pdb for w32
-rw-r--r--lib-src/.gitignore3
-rw-r--r--nt/.gitignore2
-rw-r--r--src/.gitignore3
3 files changed, 6 insertions, 2 deletions
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
15make-docfile 15make-docfile
16movemail 16movemail
17obj 17obj
18obj-spd
19profile 18profile
20sorted-doc 19sorted-doc
21test-distrib 20test-distrib
22yow 21yow
23Makefile 22Makefile
23*-spd
24*.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 @@
1*-spd
2*.pdb
diff --git a/src/.gitignore b/src/.gitignore
index 1ac45fcec58..f1a15019c6f 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -9,9 +9,10 @@ emacs
9emacs-* 9emacs-*
10epaths.h 10epaths.h
11obj 11obj
12obj-spd
13prefix-args 12prefix-args
14stamp-oldxmenu 13stamp-oldxmenu
15temacs 14temacs
16_gdbinit 15_gdbinit
17gdb.ini 16gdb.ini
17*-spd
18*.pdb