From: Christos Zoulas Date: Thu, 16 May 2002 18:46:58 +0000 (+0000) Subject: cleanups X-Git-Tag: FILE3_38~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aa01c675b6552c1b60d524a3bf5ad2e6e846650;p=file cleanups --- diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 00000000..2af76e8a --- /dev/null +++ b/.cvsignore @@ -0,0 +1,6 @@ +Makefile +config.cache +config.h +config.log +config.status +stamp-h diff --git a/magic/Magdir/acorn b/magic/Magdir/acorn new file mode 100644 index 00000000..ad89cc66 --- /dev/null +++ b/magic/Magdir/acorn @@ -0,0 +1,32 @@ +#------------------------------------------------------------------------------ +# acorn: file(1) magic for files found on Acorn systems +# + +# RISC OS Chunk File Format +# From RISC OS Programmer's Reference Manual, Appendix D +# We guess the file type from the type of the first chunk. +0 lelong 0xc3cbc6c5 RISC OS Chunk data +>12 string OBJ_ \b, AOF object +>12 string LIB_ \b, ALF library + +# RISC OS AIF, contains "SWI OS_Exit" at offset 16. +16 lelong 0xef000011 RISC OS AIF executable + +# RISC OS Draw files +# From RISC OS Programmer's Reference Manual, Appendix E +0 string Draw RISC OS Draw file data + +# RISC OS new format font files +# From RISC OS Programmer's Reference Manual, Appendix E +0 string FONT\0 RISC OS outline font data, +>5 byte x version %d +0 string FONT\1 RISC OS 1bpp font data, +>5 byte x version %d +0 string FONT\4 RISC OS 4bpp font data +>5 byte x version %d + +# RISC OS Music files +# From RISC OS Programmer's Reference Manual, Appendix E +0 string Maestro\r RISC OS music file +>8 byte x version %d + diff --git a/magic/Magdir/cvs b/magic/Magdir/cvs new file mode 100644 index 00000000..2ce9a1a5 --- /dev/null +++ b/magic/Magdir/cvs @@ -0,0 +1,6 @@ +#------------------------------------------------------------------------------ +# file(1) magic for cvs(1) files +# From Hendrik Scholz + +0 string /1\ :pserver: cvs password text file + diff --git a/magic/Magdir/tgif b/magic/Magdir/tgif new file mode 100644 index 00000000..a6ffe368 --- /dev/null +++ b/magic/Magdir/tgif @@ -0,0 +1,6 @@ +#------------------------------------------------------------------------------ +# file(1) magic for tgif(1) files +# From Hendrik Scholz + +0 string %TGIF\ 4 tgif version 4 object file +