diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2022-10-04 00:29:20 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2022-10-04 00:29:20 +1300 |
commit | 3f290e0d6c3ef1435253095de2cf53016855840e (patch) | |
tree | 46765dfe4b256ff00830ba4bfa2c55634b3887b7 |
Initial setup
-rw-r--r-- | bin/.gitignore | 4 | ||||
-rw-r--r-- | obj/.gitignore | 4 |
2 files changed, 8 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/obj/.gitignore b/obj/.gitignore new file mode 100644 index 0000000..ea7f887 --- /dev/null +++ b/obj/.gitignore @@ -0,0 +1,4 @@ + + +* +!.gitignore |