We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a1f90 commit aaef8ddCopy full SHA for aaef8dd
1 file changed
Global/Stata.gitignore
@@ -10,10 +10,15 @@
10
*.stsem
11
12
# Graphic export files from Stata
13
-*.ps
14
-*.eps
15
-*.wmf
16
-*.emf
17
-*.pdf
18
-*.png
19
-*.tif
+# Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf
+#
+# You may add graphic export files to your .gitignore. However you should be
+# aware that this will exclude all image files from this main directory
+# and subdirectories.
+# *.ps
+# *.eps
20
+# *.wmf
21
+# *.emf
22
+# *.pdf
23
+# *.png
24
+# *.tif
0 commit comments