diff options
-rw-r--r-- | gst/videofilter/.gitignore | 3 | ||||
-rw-r--r-- | sys/v4l2/.gitignore | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gst/videofilter/.gitignore b/gst/videofilter/.gitignore new file mode 100644 index 00000000..acc08804 --- /dev/null +++ b/gst/videofilter/.gitignore @@ -0,0 +1,3 @@ +gstvideoexample.h +gstvideoexample.c + diff --git a/sys/v4l2/.gitignore b/sys/v4l2/.gitignore new file mode 100644 index 00000000..53773607 --- /dev/null +++ b/sys/v4l2/.gitignore @@ -0,0 +1,2 @@ +gstv4l2element-marshal.h +gstv4l2element-marshal.c |