diff --git a/.gitignore b/.gitignore index c368c10..d33a4e2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ *.blg *.toc -_build/* +**/_build/* diff --git a/report/.gitignore b/report/.gitignore new file mode 100644 index 0000000..c368c10 --- /dev/null +++ b/report/.gitignore @@ -0,0 +1,10 @@ +*.aux +*.log +*.pdf +*.swp +*.out +*.bbl +*.blg +*.toc + +_build/*