]> granicus.if.org Git - file/commitdiff
cleanups
authorChristos Zoulas <christos@zoulas.com>
Thu, 16 May 2002 18:46:58 +0000 (18:46 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 16 May 2002 18:46:58 +0000 (18:46 +0000)
.cvsignore [new file with mode: 0644]
magic/Magdir/acorn [new file with mode: 0644]
magic/Magdir/cvs [new file with mode: 0644]
magic/Magdir/tgif [new file with mode: 0644]

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..2af76e8
--- /dev/null
@@ -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 (file)
index 0000000..ad89cc6
--- /dev/null
@@ -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 (file)
index 0000000..2ce9a1a
--- /dev/null
@@ -0,0 +1,6 @@
+#------------------------------------------------------------------------------
+# file(1) magic for cvs(1) files
+# From Hendrik Scholz <hendrik@scholz.net>
+
+0   string /1\ :pserver:    cvs password text file
+
diff --git a/magic/Magdir/tgif b/magic/Magdir/tgif
new file mode 100644 (file)
index 0000000..a6ffe36
--- /dev/null
@@ -0,0 +1,6 @@
+#------------------------------------------------------------------------------
+# file(1) magic for tgif(1) files
+# From Hendrik Scholz <hendrik@scholz.net>
+
+0   string  %TGIF\ 4   tgif version 4 object file
+