From 2797d71618fb1c7e68fa322873f409603d48eee2 Mon Sep 17 00:00:00 2001 From: h4570 Date: Sun, 17 Jul 2022 11:31:46 +0200 Subject: [PATCH] fixed gitignores --- .gitignore | 5 ----- engine/bin/.gitignore | 4 ++++ engine/obj/.gitignore | 4 ++++ samples/h4570/bin/.gitignore | 4 ++++ samples/h4570/obj/.gitignore | 4 ++++ samples/h4570/res/.gitignore | 4 ++++ samples/wellinator/bin/.gitignore | 4 ++++ samples/wellinator/obj/.gitignore | 4 ++++ samples/wellinator/res/.gitignore | 4 ++++ 9 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 engine/bin/.gitignore create mode 100644 engine/obj/.gitignore create mode 100644 samples/h4570/bin/.gitignore create mode 100644 samples/h4570/obj/.gitignore create mode 100644 samples/h4570/res/.gitignore create mode 100644 samples/wellinator/bin/.gitignore create mode 100644 samples/wellinator/obj/.gitignore create mode 100644 samples/wellinator/res/.gitignore diff --git a/.gitignore b/.gitignore index 0152f52..e5fc9f7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,11 +18,6 @@ *.dylib *.dll -# Binary files -bin/ -obj/ -res/ - # Compiled Static libraries *.lai *.la diff --git a/engine/bin/.gitignore b/engine/bin/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/engine/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/engine/obj/.gitignore b/engine/obj/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/engine/obj/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/samples/h4570/bin/.gitignore b/samples/h4570/bin/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/samples/h4570/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/samples/h4570/obj/.gitignore b/samples/h4570/obj/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/samples/h4570/obj/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/samples/h4570/res/.gitignore b/samples/h4570/res/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/samples/h4570/res/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/samples/wellinator/bin/.gitignore b/samples/wellinator/bin/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/samples/wellinator/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/samples/wellinator/obj/.gitignore b/samples/wellinator/obj/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/samples/wellinator/obj/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/samples/wellinator/res/.gitignore b/samples/wellinator/res/.gitignore new file mode 100644 index 0000000..44c5ea8 --- /dev/null +++ b/samples/wellinator/res/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file