We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13f0b40 + aaef8dd commit 91d2770Copy full SHA for 91d2770
Global/Stata.gitignore
@@ -0,0 +1,24 @@
1
+# .gitignore file for git projects containing Stata files
2
+# Commercial statistical software: http://www.stata.com
3
+
4
+# Stata dataset and output files
5
+*.dta
6
+*.gph
7
+*.log
8
+*.smcl
9
+*.stpr
10
+*.stsem
11
12
+# Graphic export files from Stata
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