summaryrefslogtreecommitdiff
path: root/gitignore/Global/Stata.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'gitignore/Global/Stata.gitignore')
-rw-r--r--gitignore/Global/Stata.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/gitignore/Global/Stata.gitignore b/gitignore/Global/Stata.gitignore
new file mode 100644
index 0000000..07997bb
--- /dev/null
+++ b/gitignore/Global/Stata.gitignore
@@ -0,0 +1,24 @@
+# .gitignore file for git projects containing Stata files
+# Commercial statistical software: http://www.stata.com
+
+# Stata dataset and output files
+*.dta
+*.gph
+*.log
+*.smcl
+*.stpr
+*.stsem
+
+# Graphic export files from Stata
+# 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
+# *.wmf
+# *.emf
+# *.pdf
+# *.png
+# *.tif