mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-26 21:03:04 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
25 lines
540 B
Text
25 lines
540 B
Text
# .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
|
|
~*.stswp
|
|
|
|
# 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
|