diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-05-11 12:03:34 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-13 14:55:56 +0200 |
commit | 257f00ec1ab06a2a161f535036c6512f3fc8e801 (patch) | |
tree | 8e2344479d0f4ea6a85286c6b27c0e294a3de6bc /doc/.gitignore | |
parent | 763d69bfb2f0094e99f43e657cfd2b0471361f6b (diff) | |
download | ffmpeg-257f00ec1ab06a2a161f535036c6512f3fc8e801.tar.gz |
Split global .gitignore file into per-directory files
Diffstat (limited to 'doc/.gitignore')
-rw-r--r-- | doc/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000000..b05724125a --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,6 @@ +/*.1 +/*.html +/*.pod +/avoptions_codec.texi +/avoptions_format.texi +/print_options |