20 lines
264 B
Plaintext
20 lines
264 B
Plaintext
# .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
|