Commented out the exclusion of image files, added a link to list the image file types
This commit is contained in:
parent
d5a1f908a9
commit
aaef8dd605
@ -10,10 +10,15 @@
|
|||||||
*.stsem
|
*.stsem
|
||||||
|
|
||||||
# Graphic export files from Stata
|
# Graphic export files from Stata
|
||||||
*.ps
|
# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf
|
||||||
*.eps
|
#
|
||||||
*.wmf
|
# You may add graphic export files to your .gitignore. However you should be
|
||||||
*.emf
|
# aware that this will exclude all image files from this main directory
|
||||||
*.pdf
|
# and subdirectories.
|
||||||
*.png
|
# *.ps
|
||||||
*.tif
|
# *.eps
|
||||||
|
# *.wmf
|
||||||
|
# *.emf
|
||||||
|
# *.pdf
|
||||||
|
# *.png
|
||||||
|
# *.tif
|
||||||
|
Loading…
Reference in New Issue
Block a user