diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-09-11 19:17:02 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-09-11 19:17:02 +0000 |
commit | 787df174828d4fe03e4f1a6ac48a971b0e7524e2 (patch) | |
tree | 66b1b12729e4ece3909960d03a6fe47ff35d5d89 | |
parent | 15f9d4fae648625eaafa85dc6f8f3574ea8a6d15 (diff) |
add cvsignores
Original commit message from CVS:
add cvsignores
-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 |