summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-05-16 00:59:50 +0200
committerDiego Biurrun <diego@biurrun.de>2011-05-19 19:25:24 +0200
commit8a0572b05451b9a161989ab1ec2c03447a4c1ce6 (patch)
treeef4a0c93ef7f7afe68227d37a867a6a4ee7a4040 /.gitignore
parentd9a69f730e180ab9b1cac8a4d53d07b1ec375a38 (diff)
Ignore generated tables and generated table generator programs.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3d5e38b6bd..8887980bc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,9 @@ ffmpeg
ffplay
ffprobe
ffserver
+libavcodec/*_tablegen
+libavcodec/*_tables.c
+libavcodec/*_tables.h
libavcodec/libavcodec*
libavdevice/libavdevice*
libavfilter/libavfilter*