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 | |
| parent | 6c3f620a8689058e6b1540f0d91edb7233c25476 (diff) | |
| download | emacs-9b2c84d6456f5c800718114c730fbbb883972abc.tar.gz emacs-9b2c84d6456f5c800718114c730fbbb883972abc.zip | |
Add .gitignore rules for in-place builds.
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | etc/.gitignore | 10 | ||||
| -rw-r--r-- | leim/.gitignore | 1 | ||||
| -rw-r--r-- | leim/quail/.gitignore | 8 | ||||
| -rw-r--r-- | lib-src/.gitignore | 30 | ||||
| -rw-r--r-- | nt/.gitignore | 8 | ||||
| -rw-r--r-- | src/.gitignore | 24 |
7 files changed, 21 insertions, 64 deletions
diff --git a/.gitignore b/.gitignore index f2797cb4c95..da7b0fffdd4 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | autom4te.cache | 1 | autom4te.cache |
| 2 | makefile | ||
| 3 | |||
| 4 | /bin/ | ||
| 5 | /site-lisp/ | ||
| 2 | 6 | ||
| 3 | # arch-tag: 75cd3c50-1875-4814-8360-190f7de38302 | 7 | # arch-tag: 75cd3c50-1875-4814-8360-190f7de38302 |
diff --git a/etc/.gitignore b/etc/.gitignore index b2971cfd83f..618d09438f8 100644 --- a/etc/.gitignore +++ b/etc/.gitignore | |||
| @@ -1,7 +1,3 @@ | |||
| 1 | fns-* | 1 | DOC |
| 2 | icons | 2 | DOC-* |
| 3 | *.ps | 3 | icons/ |
| 4 | *.log | ||
| 5 | *.dvi | ||
| 6 | DOC DOC-* | ||
| 7 | *.pyc \ No newline at end of file | ||
diff --git a/leim/.gitignore b/leim/.gitignore index 5ffd77e31ae..5fca4a301ba 100644 --- a/leim/.gitignore +++ b/leim/.gitignore | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | *.elc | 1 | *.elc |
| 2 | leim-list.el | ||
| 2 | 3 | ||
| 3 | # arch-tag: 652dce56-7a2f-46ff-8699-c3289ccdc165 | 4 | # arch-tag: 652dce56-7a2f-46ff-8699-c3289ccdc165 |
diff --git a/leim/quail/.gitignore b/leim/quail/.gitignore index c359d3a4515..1e5ba6dc4ea 100644 --- a/leim/quail/.gitignore +++ b/leim/quail/.gitignore | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | *.elc | ||
| 2 | 4Corner.el | 1 | 4Corner.el |
| 3 | ARRAY30.el | 2 | ARRAY30.el |
| 4 | CCDOSPY.el | 3 | CCDOSPY.el |
| 5 | CTLau.el | ||
| 6 | CTLau-b5.el | 4 | CTLau-b5.el |
| 5 | CTLau.el | ||
| 7 | ECDICT.el | 6 | ECDICT.el |
| 8 | ETZY.el | 7 | ETZY.el |
| 9 | PY-b5.el | 8 | PY-b5.el |
| @@ -16,8 +15,7 @@ SW.el | |||
| 16 | TONEPY.el | 15 | TONEPY.el |
| 17 | ZIRANMA.el | 16 | ZIRANMA.el |
| 18 | ZOZY.el | 17 | ZOZY.el |
| 19 | tsang-cns.el | 18 | quick-b5.el |
| 20 | quick-cns.el | 19 | quick-cns.el |
| 21 | tsang-b5.el | 20 | tsang-b5.el |
| 22 | quick-b5.el | 21 | tsang-cns.el |
| 23 | |||
diff --git a/lib-src/.gitignore b/lib-src/.gitignore index f1128dd36fc..d5b0a13300c 100644 --- a/lib-src/.gitignore +++ b/lib-src/.gitignore | |||
| @@ -1,29 +1,7 @@ | |||
| 1 | DOC | 1 | DOC |
| 2 | Makefile.c | 2 | ctags.c |
| 3 | b2m | ||
| 4 | ctags* | ||
| 5 | cvtmail | ||
| 6 | digest-doc | ||
| 7 | ebrowse | ||
| 8 | emacsclient | ||
| 9 | emacsserver | ||
| 10 | etags | ||
| 11 | fakemail | ||
| 12 | getopt.h | 3 | getopt.h |
| 13 | hexl | ||
| 14 | mac-fix-env | ||
| 15 | make-docfile | ||
| 16 | movemail | ||
| 17 | obj | ||
| 18 | oo | ||
| 19 | profile | ||
| 20 | sorted-doc | ||
| 21 | test-distrib | ||
| 22 | update-game-score | ||
| 23 | yow | ||
| 24 | Makefile | ||
| 25 | makefile | ||
| 26 | blessmail | ||
| 27 | *-spd | ||
| 28 | *.pdb | ||
| 29 | stamp_BLD | 4 | stamp_BLD |
| 5 | |||
| 6 | oo/ | ||
| 7 | oo-spd/ | ||
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/ | ||
diff --git a/src/.gitignore b/src/.gitignore index bb195398ff8..b48c26280c7 100644 --- a/src/.gitignore +++ b/src/.gitignore | |||
| @@ -1,24 +1,6 @@ | |||
| 1 | *-spd | ||
| 2 | *.core | ||
| 3 | *.d | ||
| 4 | *.pdb | ||
| 5 | .gdb_history | ||
| 6 | Makefile | ||
| 7 | makefile | ||
| 8 | Makefile.c | ||
| 9 | TAGS-LISP | ||
| 10 | _gdbinit | ||
| 11 | bootstrap-emacs | ||
| 12 | config.h | 1 | config.h |
| 13 | config.stamp | ||
| 14 | emacs | ||
| 15 | emacs-* | ||
| 16 | epaths.h | 2 | epaths.h |
| 17 | gdb.ini | ||
| 18 | obj | ||
| 19 | oo | ||
| 20 | prefix-args | ||
| 21 | stamp-oldxmenu | ||
| 22 | temacs | ||
| 23 | buildobj.lst | ||
| 24 | stamp_BLD | 3 | stamp_BLD |
| 4 | |||
| 5 | oo/ | ||
| 6 | oo-spd/ | ||