From 2ac96e7caa4258408278e1cc26f5367c0880d6e9 Mon Sep 17 00:00:00 2001 From: Tinh-Hai Collet Date: Fri, 15 May 2015 16:11:44 +0100 Subject: [PATCH] First .gitignore for Stata files --- Stata.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Stata.gitignore diff --git a/Stata.gitignore b/Stata.gitignore new file mode 100644 index 00000000..26ea2e69 --- /dev/null +++ b/Stata.gitignore @@ -0,0 +1,19 @@ +# .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 +*.ps +*.eps +*.wmf +*.emf +*.pdf +*.png +*.tif