code.gitea.io/gitea@v1.21.7/options/gitignore/Stata (about)

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