diff options
| author | Stefan Monnier | 2004-01-21 05:47:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-21 05:47:54 +0000 |
| commit | 371b1542e5fc93c50e0b09841990e491c44233ae (patch) | |
| tree | 1ad0c591f7dc4d06e0d7a250a3d90b78d8a1ae8a | |
| parent | dcdaeebcaf9370d1d64802eaad3bfbbd8b765fce (diff) | |
| download | emacs-371b1542e5fc93c50e0b09841990e491c44233ae.tar.gz emacs-371b1542e5fc93c50e0b09841990e491c44233ae.zip | |
Add .gdb_history
| -rw-r--r-- | src/.gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/.gitignore b/src/.gitignore index f1a15019c6f..406ff7cd5e2 100644 --- a/src/.gitignore +++ b/src/.gitignore | |||
| @@ -1,18 +1,19 @@ | |||
| 1 | *-spd | ||
| 1 | *.core | 2 | *.core |
| 3 | *.pdb | ||
| 4 | .gdb_history | ||
| 2 | Makefile | 5 | Makefile |
| 3 | Makefile.c | 6 | Makefile.c |
| 4 | TAGS-LISP | 7 | TAGS-LISP |
| 8 | _gdbinit | ||
| 5 | bootstrap-emacs | 9 | bootstrap-emacs |
| 6 | config.h | 10 | config.h |
| 7 | config.stamp | 11 | config.stamp |
| 8 | emacs | 12 | emacs |
| 9 | emacs-* | 13 | emacs-* |
| 10 | epaths.h | 14 | epaths.h |
| 15 | gdb.ini | ||
| 11 | obj | 16 | obj |
| 12 | prefix-args | 17 | prefix-args |
| 13 | stamp-oldxmenu | 18 | stamp-oldxmenu |
| 14 | temacs | 19 | temacs |
| 15 | _gdbinit | ||
| 16 | gdb.ini | ||
| 17 | *-spd | ||
| 18 | *.pdb | ||