You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Stata 531B

123456789101112131415161718192021222324
  1. # .gitignore file for git projects containing Stata files
  2. # Commercial statistical software: http://www.stata.com
  3. # Stata dataset and output files
  4. *.dta
  5. *.gph
  6. *.log
  7. *.smcl
  8. *.stpr
  9. *.stsem
  10. # Graphic export files from Stata
  11. # Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf
  12. #
  13. # You may add graphic export files to your .gitignore. However you should be
  14. # aware that this will exclude all image files from this main directory
  15. # and subdirectories.
  16. # *.ps
  17. # *.eps
  18. # *.wmf
  19. # *.emf
  20. # *.pdf
  21. # *.png
  22. # *.tif