/
githubmirror
/
gitignore
Обзор
Документация
Войти
/
githubmirror
/
gitignore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Global/Stata.gitignore
25 строк
540 B
Michael Stepner
Update Stata.gitignore to ignore new auto backup files
15 июн 2023, 07:47
Не верифицирован
15 июн 2023, 07:47
3c50c9f
Код
Авторство
О чём код?
# .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