diff options
| author | Karoly Lorentey | 2005-03-23 10:40:00 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-03-23 10:40:00 +0000 |
| commit | 76acbdc50490034f233bc78d14a7cd5717d9432e (patch) | |
| tree | 9b46877d371dad83ff6cdad30cd69df2a050de7d /info | |
| parent | 335fcf6c2f6ae8990d8c62589cfb3558c3f38bc0 (diff) | |
| parent | 8725c7925ef1ce95efb1f50d48d17f437e9c46a4 (diff) | |
| download | emacs-76acbdc50490034f233bc78d14a7cd5717d9432e.tar.gz emacs-76acbdc50490034f233bc78d14a7cd5717d9432e.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 192-203)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-192
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193
Use gdb-ui breakpoint faces on ttys too
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-194
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-195
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-196
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-197
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-198
Tweak gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-199
Tweak gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-200
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-201
Tweak info/.arch-inventory to identify info/.cvsignore as source
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-202
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-203
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-316
Diffstat (limited to 'info')
| -rw-r--r-- | info/.arch-inventory | 15 | ||||
| -rw-r--r-- | info/.gitignore | 1 |
2 files changed, 9 insertions, 7 deletions
diff --git a/info/.arch-inventory b/info/.arch-inventory index 31f45f86485..4efa6ef48f9 100644 --- a/info/.arch-inventory +++ b/info/.arch-inventory | |||
| @@ -1,19 +1,20 @@ | |||
| 1 | # Only two real source files: "dir", and this file, ".arch-inventory" | 1 | # There are only three real source files in this directory: |
| 2 | source ^(dir|\.arch-inventory)$ | 2 | # |
| 3 | # "dir", ".cvsignore", and this file, ".arch-inventory" | ||
| 3 | 4 | ||
| 4 | # Everything else is generated at compile time. Unfortunately, the "backup" | 5 | # Everything else is generated at compile time. Unfortunately, the "backup" |
| 5 | # category overrides the "source" category, so we have to have horrible | 6 | # category overrides the "source" category, so we have to have horrible |
| 6 | # regexp that matches everything _except_ "dir"... | 7 | # regexp that matches everything _except_ "dir"... |
| 7 | 8 | ||
| 8 | # 1 or 2 characters long | 9 | # 1 or 2 characters long |
| 9 | backup ^[-_.a-zA-Z0-9][-_.a-zA-Z0-9]?$ | 10 | backup ^[a-zA-Z0-9][-_.a-zA-Z0-9]?$ |
| 10 | # 4 or more characters long | 11 | # 4 or more characters long |
| 11 | backup ^[-_.a-zA-Z0-9][-_.a-zA-Z0-9][-_.a-zA-Z0-9][-_.a-zA-Z0-9]+$ | 12 | backup ^[a-zA-Z0-9][-_.a-zA-Z0-9][-_.a-zA-Z0-9][-_.a-zA-Z0-9]+$ |
| 12 | # 3 chars long, but 1st char not "d" | 13 | # 3 chars long, but 1st char not "d" |
| 13 | backup ^[-_.abce-zA-Z0-9][-_.a-zA-Z0-9][-_.a-zA-Z0-9]$ | 14 | backup ^[abce-zA-Z0-9][-_.a-zA-Z0-9][-_.a-zA-Z0-9]$ |
| 14 | # 3 chars long, but 2nd char not "i" | 15 | # 3 chars long, but 2nd char not "i" |
| 15 | backup ^[-_.a-zA-Z0-9][-_.a-hj-zA-Z0-9][-_.a-zA-Z0-9]$ | 16 | backup ^[a-zA-Z0-9][-_.a-hj-zA-Z0-9][-_.a-zA-Z0-9]$ |
| 16 | # 3 chars long, but 3rd char not "r" | 17 | # 3 chars long, but 3rd char not "r" |
| 17 | backup ^[-_.a-zA-Z0-9][-_.a-zA-Z0-9][-_.a-qs-zA-Z0-9]$ | 18 | backup ^[a-zA-Z0-9][-_.a-zA-Z0-9][-_.a-qs-zA-Z0-9]$ |
| 18 | 19 | ||
| 19 | # arch-tag: 60144ab9-cdc1-45b6-8193-b9683c80ec86 | 20 | # arch-tag: 60144ab9-cdc1-45b6-8193-b9683c80ec86 |
diff --git a/info/.gitignore b/info/.gitignore new file mode 100644 index 00000000000..72e8ffc0db8 --- /dev/null +++ b/info/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| * | |||