Browse Source

lavfi,lavd: add gitignore for generated static component lists

Signed-off-by: Josh de Kock <josh@itanimul.li>
Josh de Kock 7 years ago
parent
commit
92fe0bf1e8
2 changed files with 3 additions and 0 deletions
  1. 2 0
      libavdevice/.gitignore
  2. 1 0
      libavfilter/.gitignore

+ 2 - 0
libavdevice/.gitignore

@@ -0,0 +1,2 @@
+/indev_list.c
+/outdev_list.c

+ 1 - 0
libavfilter/.gitignore

@@ -0,0 +1 @@
+/filter_list.c