diff --git a/build/.gitignore b/build/.gitignore index 86d0cb2..70b5e5f 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,4 +1,5 @@ # Ignore everything in this directory * # Except this file +!bin !.gitignore \ No newline at end of file diff --git a/build/bin/.gitignore b/build/bin/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/build/bin/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file