diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-05-25 22:37:06 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-05-25 22:37:06 +0100 |
commit | a5f6c4583cc48a53b90a74900985de4940390d65 (patch) | |
tree | b833e61dc5d5958dcafa5a38ef673d5f284ebe99 /.gitignore | |
parent | 83463b206184fa0d5930017c1b488869c77f0ac0 (diff) |
Add new generated rtp enum files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ddeb35e3a..74c865c15 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ Makefile /gst-libs/gst/audio/audio-marshal.[ch] /gst-libs/gst/video/video-marshal.[ch] +/gst-libs/gst/rtp/gstrtp-enumtypes.[ch] /tests/examples/playback/playback-test tmp-orc.c |