From c891c60b22c47f1bb88963a920bd51d28ff7d107 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 22 Apr 2020 23:58:50 +1000 Subject: Gitignores for housekeeping subdirs --- bin/.gitignore | 4 ++++ lib/.gitignore | 4 ++++ obj/.gitignore | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 bin/.gitignore create mode 100644 lib/.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/lib/.gitignore b/lib/.gitignore new file mode 100644 index 0000000..ea7f887 --- /dev/null +++ b/lib/.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