diff options
| author | Miles Bader | 2009-02-03 23:32:38 +0000 |
|---|---|---|
| committer | Miles Bader | 2009-02-03 23:32:38 +0000 |
| commit | c5b83faf47531deea7827b5c5ce550f8ed3e5c8d (patch) | |
| tree | 89f9020876fcfc840986e865a1c9a6fb300de04e | |
| parent | 5ff43aba5c9cc53e427f7e7c912d33397cda278b (diff) | |
| download | emacs-c5b83faf47531deea7827b5c5ce550f8ed3e5c8d.tar.gz emacs-c5b83faf47531deea7827b5c5ce550f8ed3e5c8d.zip | |
Add .gitignore files
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1533
| -rw-r--r-- | leim/.gitignore | 8 | ||||
| -rw-r--r-- | lisp/.gitignore | 16 | ||||
| -rw-r--r-- | lisp/emacs-lisp/.gitignore | 4 | ||||
| -rw-r--r-- | lisp/eshell/.gitignore | 15 |
4 files changed, 14 insertions, 29 deletions
diff --git a/leim/.gitignore b/leim/.gitignore index 0d99e9bf790..5ffd77e31ae 100644 --- a/leim/.gitignore +++ b/leim/.gitignore | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | Makefile | 1 | *.elc |
| 2 | makefile | 2 | |
| 3 | changed.misc | 3 | # arch-tag: 652dce56-7a2f-46ff-8699-c3289ccdc165 |
| 4 | changed.tit | ||
| 5 | leim-list.el | ||
diff --git a/lisp/.gitignore b/lisp/.gitignore index ef4f9d6c12d..d8ab5055b4a 100644 --- a/lisp/.gitignore +++ b/lisp/.gitignore | |||
| @@ -1,12 +1,8 @@ | |||
| 1 | *.elc | 1 | *.elc |
| 2 | MANIFEST | 2 | *-loaddefs.el |
| 3 | Makefile | ||
| 4 | Makefile.unix | ||
| 5 | makefile | ||
| 6 | elc.tar.gz | ||
| 7 | cus-load.el | ||
| 8 | finder-inf.el | ||
| 9 | subdirs.el | ||
| 10 | loaddefs.el | 3 | loaddefs.el |
| 11 | TAGS | 4 | subdirs.el |
| 12 | TAGS-LISP | 5 | finder-inf.el |
| 6 | cus-load.el | ||
| 7 | |||
| 8 | # arch-tag: ab6e8f91-fb95-4efe-9c1b-68e21561e68a | ||
diff --git a/lisp/emacs-lisp/.gitignore b/lisp/emacs-lisp/.gitignore index c531d9867f6..88830a1c6e8 100644 --- a/lisp/emacs-lisp/.gitignore +++ b/lisp/emacs-lisp/.gitignore | |||
| @@ -1 +1,3 @@ | |||
| 1 | *.elc | 1 | !*-loaddefs.el |
| 2 | |||
| 3 | # arch-tag: d0a60bce-b886-4817-b4c3-9a81ba0308bc | ||
diff --git a/lisp/eshell/.gitignore b/lisp/eshell/.gitignore index e1d7683a723..8f16f9600f5 100644 --- a/lisp/eshell/.gitignore +++ b/lisp/eshell/.gitignore | |||
| @@ -1,14 +1,3 @@ | |||
| 1 | COPYING | ||
| 2 | FEATURES | ||
| 3 | INSTALL | ||
| 4 | Makefile | ||
| 5 | NEWS | ||
| 6 | README | ||
| 7 | _darcs | ||
| 8 | _pkg.el | ||
| 9 | auto-autoloads.el | ||
| 10 | esh-groups.el | 1 | esh-groups.el |
| 11 | esh-toggle.el | 2 | |
| 12 | eshell-auto.el | 3 | # arch-tag: 270e983f-fee5-4b6d-a00b-c1bafdee8690 |
| 13 | eshell.info | ||
| 14 | eshell.texi | ||