[PATCH 2/5] Add various .gitignore files
Joel Sherrill
joel at rtems.org
Fri May 21 19:15:59 UTC 2021
---
.gitignore | 1 +
mcast/.gitignore | 5 +++++
ttcp/.gitignore | 1 +
3 files changed, 7 insertions(+)
create mode 100644 .gitignore
create mode 100644 mcast/.gitignore
create mode 100644 ttcp/.gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fecf58a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+o-optimize
diff --git a/mcast/.gitignore b/mcast/.gitignore
new file mode 100644
index 0000000..1803608
--- /dev/null
+++ b/mcast/.gitignore
@@ -0,0 +1,5 @@
+FilesystemImage
+FilesystemImage.c
+FilesystemImage.h
+listener
+mcast
diff --git a/ttcp/.gitignore b/ttcp/.gitignore
new file mode 100644
index 0000000..80c5164
--- /dev/null
+++ b/ttcp/.gitignore
@@ -0,0 +1 @@
+ttcp
--
1.8.3.1
More information about the devel
mailing list