diff options
| author | Juanma Barranquero | 2009-03-03 15:47:54 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-03-03 15:47:54 +0000 |
| commit | 9b2c84d6456f5c800718114c730fbbb883972abc (patch) | |
| tree | 427e464f738e6f108cf13fcd1f963498a6e57591 /nt | |
| parent | 6c3f620a8689058e6b1540f0d91edb7233c25476 (diff) | |
| download | emacs-9b2c84d6456f5c800718114c730fbbb883972abc.tar.gz emacs-9b2c84d6456f5c800718114c730fbbb883972abc.zip | |
Add .gitignore rules for in-place builds.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/.gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/nt/.gitignore b/nt/.gitignore index 3827bfaf513..4e2fa24e12e 100644 --- a/nt/.gitignore +++ b/nt/.gitignore | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | *-spd | ||
| 2 | *.pdb | ||
| 3 | config.log | 1 | config.log |
| 4 | makefile | ||
| 5 | obj | ||
| 6 | oo | ||
| 7 | stamp_BLD | 2 | stamp_BLD |
| 3 | |||
| 4 | oo/ | ||
| 5 | oo-spd/ | ||