From a3df0160a8bc845cebef4e4dd06a2388878759e9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 21 May 2021 12:43:01 -0500 Subject: Add various .gitignore files --- .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 -- cgit v1.2.3