From 3f290e0d6c3ef1435253095de2cf53016855840e Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 4 Oct 2022 00:29:20 +1300 Subject: Initial setup --- bin/.gitignore | 4 ++++ obj/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 bin/.gitignore create mode 100644 obj/.gitignore diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..ea7f887 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,4 @@ + + +* +!.gitignore diff --git a/obj/.gitignore b/obj/.gitignore new file mode 100644 index 0000000..ea7f887 --- /dev/null +++ b/obj/.gitignore @@ -0,0 +1,4 @@ + + +* +!.gitignore -- cgit