diff options
author | Jed Barber <jjbarber@y7mail.com> | 2020-04-22 23:58:50 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2020-04-22 23:58:50 +1000 |
commit | c891c60b22c47f1bb88963a920bd51d28ff7d107 (patch) | |
tree | d95c66b7114c572a839a9709a67677ae6ccf3d34 | |
parent | 454d2847237573cbb32f5afc00a96b13b35298a7 (diff) |
Gitignores for housekeeping subdirs
-rw-r--r-- | bin/.gitignore | 4 | ||||
-rw-r--r-- | lib/.gitignore | 4 | ||||
-rw-r--r-- | obj/.gitignore | 4 |
3 files changed, 12 insertions, 0 deletions
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 |