diff --git a/.gitignore b/.gitignore
index 1c2a1b2ee057263e930df9bbec54d1852e26a042..86e22f71f3bc79ba57af173e5dfd2514c357c500 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ packrat/lib*/
 
 # Test temporary files
 /tests/tmp/
+/tests/testthat/*.pdf
 
 ######################################################################################################
 ### Generic .gitignore for R (source: https://github.com/github/gitignore/blob/master/R.gitignore) ###