diff options
| author | Sam Steingold | 2001-10-26 16:51:57 +0000 |
|---|---|---|
| committer | Sam Steingold | 2001-10-26 16:51:57 +0000 |
| commit | 5719bb6ff715348cad5a82dc50d397713116ea44 (patch) | |
| tree | 8f360537689001443cb18d45c637a573697f11ef | |
| parent | 5682d301c3731e33977f1b643ae2d7fc6c5bde27 (diff) | |
| download | emacs-5719bb6ff715348cad5a82dc50d397713116ea44.tar.gz emacs-5719bb6ff715348cad5a82dc50d397713116ea44.zip | |
ignore *-spd and *.pdb for w32
| -rw-r--r-- | lib-src/.gitignore | 3 | ||||
| -rw-r--r-- | nt/.gitignore | 2 | ||||
| -rw-r--r-- | src/.gitignore | 3 |
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 | |||
| 15 | make-docfile | 15 | make-docfile |
| 16 | movemail | 16 | movemail |
| 17 | obj | 17 | obj |
| 18 | obj-spd | ||
| 19 | profile | 18 | profile |
| 20 | sorted-doc | 19 | sorted-doc |
| 21 | test-distrib | 20 | test-distrib |
| 22 | yow | 21 | yow |
| 23 | Makefile | 22 | Makefile |
| 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 | |||
| 9 | emacs-* | 9 | emacs-* |
| 10 | epaths.h | 10 | epaths.h |
| 11 | obj | 11 | obj |
| 12 | obj-spd | ||
| 13 | prefix-args | 12 | prefix-args |
| 14 | stamp-oldxmenu | 13 | stamp-oldxmenu |
| 15 | temacs | 14 | temacs |
| 16 | _gdbinit | 15 | _gdbinit |
| 17 | gdb.ini | 16 | gdb.ini |
| 17 | *-spd | ||
| 18 | *.pdb | ||