Skip to content

Commit 97cd383

Browse files
committed
Merge pull request #15 from JuliaGeo/add-gitignore
Add gitignore for build files/dirs
2 parents 1571aad + 08a8401 commit 97cd383

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deps/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.jl.cov
2+
*.jl.*.cov
3+
*.jl.mem
4+
5+
builds
6+
deps.jl
7+
downloads
8+
src
9+
usr

0 commit comments

Comments
 (0)