From 257f00ec1ab06a2a161f535036c6512f3fc8e801 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 11 May 2016 12:03:34 +0200 Subject: Split global .gitignore file into per-directory files --- doc/.gitignore | 6 ++++++ doc/doxy/.gitignore | 1 + doc/examples/.gitignore | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 doc/.gitignore create mode 100644 doc/doxy/.gitignore create mode 100644 doc/examples/.gitignore (limited to 'doc') 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 diff --git a/doc/doxy/.gitignore b/doc/doxy/.gitignore new file mode 100644 index 0000000000..ac7af2e80e --- /dev/null +++ b/doc/doxy/.gitignore @@ -0,0 +1 @@ +/html/ diff --git a/doc/examples/.gitignore b/doc/examples/.gitignore new file mode 100644 index 0000000000..3f60af76f1 --- /dev/null +++ b/doc/examples/.gitignore @@ -0,0 +1,5 @@ +/avcodec +/filter_audio +/metadata +/output +/transcode_aac -- cgit v1.2.3