diff options
Diffstat (limited to 'src/formats/README.md')
-rw-r--r-- | src/formats/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/formats/README.md b/src/formats/README.md new file mode 100644 index 0000000..518dff8 --- /dev/null +++ b/src/formats/README.md @@ -0,0 +1,5 @@ +# Formats + +This directory contains the built-in log file format definitions. These files +are converted to C by `bin2c` and compiled into the executable. New formats +need to be added to the [formats.am](formats.am) file. |