* i960c-asm.c,i960c-dis.c,i960c-opc.c,i960c-opc.h: Delete.
[deliverable/binutils-gdb.git] / readline / .Sanitize
CommitLineData
ebe541df 1# .Sanitize for devo/readline.
c721ea92 2
ebe541df 3# Each directory to survive its way into a release will need a file
c721ea92
RP
4# like this one called "./.Sanitize". All keyword lines must exist,
5# and must exist in the order specified by this file. Each directory
6# in the tree will be processed, top down, in the following order.
7
8# Hash started lines like this one are comments and will be deleted
9# before anything else is done. Blank lines will also be squashed
10# out.
11
12# The lines between the "Do-first:" line and the "Things-to-keep:"
13# line are executed as a /bin/sh shell script before anything else is
ebe541df 14# done in this directory.
c721ea92
RP
15
16Do-first:
17
c721ea92
RP
18# All files listed between the "Things-to-keep:" line and the
19# "Files-to-sed:" line will be kept. All other files will be removed.
20# Directories listed in this section will have their own Sanitize
21# called. Directories not listed will be removed in their entirety
22# with rm -rf.
23
24Things-to-keep:
25
329d0a37
EZ
26CHANGELOG
27CHANGES
c721ea92
RP
28COPYING
29ChangeLog
329d0a37
EZ
30INSTALL
31MANIFEST
32MANIFEST.doc
c721ea92 33Makefile.in
329d0a37
EZ
34README
35acconfig.h
36aclocal.m4
37ansi_stdlib.h
5e98bbab 38bind.c
329d0a37 39callback.c
c721ea92 40chardefs.h
5e98bbab 41complete.c
975c2886 42config.h.bot
329d0a37
EZ
43config.h.in
44configure
c721ea92 45configure.in
8142df81 46cross-build
5e98bbab 47display.c
c617c674 48doc
c721ea92 49emacs_keymap.c
c617c674 50examples
c721ea92 51funmap.c
329d0a37
EZ
52histexpand.c
53histfile.c
54histlib.h
c721ea92
RP
55history.c
56history.h
329d0a37
EZ
57histsearch.c
58input.c
5e98bbab 59isearch.c
c721ea92
RP
60keymaps.c
61keymaps.h
329d0a37
EZ
62kill.c
63macro.c
64nls.c
5e98bbab 65parens.c
329d0a37
EZ
66posixdir.h
67posixjmp.h
68posixstat.h
c721ea92
RP
69readline.c
70readline.h
329d0a37 71rlconf.h
5e98bbab
PB
72rldefs.h
73rltty.c
329d0a37
EZ
74rltty.h
75rlwinsize.h
5e98bbab 76search.c
329d0a37 77shell.c
5e98bbab 78signals.c
329d0a37
EZ
79support
80tcap.h
81terminal.c
5e98bbab
PB
82tilde.c
83tilde.h
329d0a37
EZ
84undo.c
85util.c
c721ea92
RP
86vi_keymap.c
87vi_mode.c
5e98bbab 88xmalloc.c
c721ea92 89
87756e15
RP
90Things-to-lose:
91
775d4a40 92
c721ea92
RP
93Do-last:
94
c721ea92 95# End of file.
This page took 0.243831 seconds and 4 git commands to generate.