Re: [FFmpeg-devel] [PATCH] Ignore libavcodec/tests/mpeg12framerate, a test program

2017-11-17 Thread Michael Niedermayer
On Fri, Nov 17, 2017 at 01:45:27AM -0800, Jim DeLaHunt wrote: > Add to libavcodec/tests/.gitignore an entry for test > program libavcodec/tests/mpeg12framerate . Other > similar test programs, e.g. jpeg2000dwt and dct, are > ignored in a similar way. > > On initially checking out master, and doing

[FFmpeg-devel] [PATCH] Ignore libavcodec/tests/mpeg12framerate, a test program

2017-11-17 Thread Jim DeLaHunt
Add to libavcodec/tests/.gitignore an entry for test program libavcodec/tests/mpeg12framerate . Other similar test programs, e.g. jpeg2000dwt and dct, are ignored in a similar way. On initially checking out master, and doing "./configure" and "make clean", "git status" reports no untracked files.