Skip to content

Commit 91d2770

Browse files
authored
Merge pull request #1524 from hcollet/stata
First .gitignore for Stata files
2 parents 13f0b40 + aaef8dd commit 91d2770

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Global/Stata.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)