diff --git a/.gitignore b/.gitignore index 9a8a6a8..7997183 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,4 @@ build/ ### Mac OS ### .DS_Store -temporary_file.txt - -results/* -!reults/.gitkeep \ No newline at end of file +temporary_file.txt \ No newline at end of file diff --git a/results/.gitignore b/results/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/results/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file