diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6efcbd4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# ignore ALL .log files +*.log + +# ignore ALL files in ANY directory named temp +temp/