diff options
Diffstat (limited to 'vrt')
-rw-r--r-- | vrt/.gitignore | 3 | ||||
-rw-r--r-- | vrt/apps/.gitignore | 5 | ||||
-rw-r--r-- | vrt/lib/.gitignore | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/vrt/.gitignore b/vrt/.gitignore new file mode 100644 index 000000000..8d802d8ff --- /dev/null +++ b/vrt/.gitignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +vrt.pc diff --git a/vrt/apps/.gitignore b/vrt/apps/.gitignore new file mode 100644 index 000000000..a8e9f886f --- /dev/null +++ b/vrt/apps/.gitignore @@ -0,0 +1,5 @@ +Makefile +Makefile.in +.deps +.libs +simple_rx_samples diff --git a/vrt/lib/.gitignore b/vrt/lib/.gitignore new file mode 100644 index 000000000..02b052397 --- /dev/null +++ b/vrt/lib/.gitignore @@ -0,0 +1,4 @@ +Makefile +Makefile.in +.deps +.libs |