diff --git a/.gitignore b/.gitignore index 3e60325..e64302c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ lib/*.o -bin diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore