mirror of
https://github.com/go-gitea/gitea
synced 2025-08-07 01:58:19 +00:00
Synced gitignores with github repo (#1245)
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
This commit is contained in:
24
options/gitignore/Stata
Normal file
24
options/gitignore/Stata
Normal 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
|
Reference in New Issue
Block a user