diff --git a/.gitignore b/.gitignore
index bbbbef6ecb0ca44d33804cdcc6837939839ea88b..5eb9ae2487a29398fd86791b85cf36ef46b8763e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,8 @@ packrat/lib*/
 # Test temporary files
 /tests/tmp/
 *.pdf
+!man/figures/*.pdf
+
 
 ######################################################################################################
 ### Generic .gitignore for R (source: https://github.com/github/gitignore/blob/master/R.gitignore) ###