Skip to content

Commit aaef8dd

Browse files
committed
Commented out the exclusion of image files, added a link to list the image file types
1 parent d5a1f90 commit aaef8dd

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Global/Stata.gitignore

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010
*.stsem
1111

1212
# Graphic export files from Stata
13-
*.ps
14-
*.eps
15-
*.wmf
16-
*.emf
17-
*.pdf
18-
*.png
19-
*.tif
13+
# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf
14+
#
15+
# You may add graphic export files to your .gitignore. However you should be
16+
# aware that this will exclude all image files from this main directory
17+
# and subdirectories.
18+
# *.ps
19+
# *.eps
20+
# *.wmf
21+
# *.emf
22+
# *.pdf
23+
# *.png
24+
# *.tif

0 commit comments

Comments
 (0)