Merge pull request #1524 from hcollet/stata

First .gitignore for Stata files
This commit is contained in:
Brendan Forster 2017-01-28 11:39:46 +01:00 committed by GitHub
commit 91d2770817
1 changed files with 24 additions and 0 deletions

24
Global/Stata.gitignore Normal file
View File

@ -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