diff --git a/.gitignore b/.gitignore index bfbb743..1d434f0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,8 @@ lib* .vscode/* #Ignore all Test files -*.txt \ No newline at end of file +*.txt + +#Ignore all excessive documentation +Documentation/html/* +Documentation/latex/* \ No newline at end of file