diff --git a/.gitignore b/.gitignore index 1d3c478..386f581 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ *.out -*.o -/logs \ No newline at end of file +*.o \ No newline at end of file diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file