diff options
| author | Stefan Monnier | 2000-09-15 20:58:45 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-09-15 20:58:45 +0000 |
| commit | 0e93ece6383cfd6d3e541d468709c3c0bbde8c0c (patch) | |
| tree | 86782aaadc3b74784a86a0dbbe199e1b79975db9 /src | |
| parent | 7a98d821239358928ccdf05eeecd2e906a2ca6cf (diff) | |
| download | emacs-0e93ece6383cfd6d3e541d468709c3c0bbde8c0c.tar.gz emacs-0e93ece6383cfd6d3e541d468709c3c0bbde8c0c.zip | |
Sort alphabetically and add `Makefile'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gitignore | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/.gitignore b/src/.gitignore index c4c3aadf928..2daf3c57141 100644 --- a/src/.gitignore +++ b/src/.gitignore | |||
| @@ -1,14 +1,15 @@ | |||
| 1 | TAGS-LISP | 1 | *.core |
| 2 | Makefile | ||
| 2 | Makefile.c | 3 | Makefile.c |
| 4 | TAGS-LISP | ||
| 5 | bootstrap-emacs | ||
| 3 | config.h | 6 | config.h |
| 4 | epaths.h | ||
| 5 | config.stamp | 7 | config.stamp |
| 6 | stamp-oldxmenu | ||
| 7 | prefix-args | ||
| 8 | temacs | ||
| 9 | emacs | 8 | emacs |
| 10 | emacs-* | 9 | emacs-* |
| 11 | bootstrap-emacs | 10 | epaths.h |
| 12 | *.core | ||
| 13 | obj | 11 | obj |
| 14 | obj-spd | 12 | obj-spd |
| 13 | prefix-args | ||
| 14 | stamp-oldxmenu | ||
| 15 | temacs | ||