Skip to content

Commit

Permalink
ignore generated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xukai92 committed Apr 26, 2018
1 parent 8358629 commit 3d46a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ tmp/

*.jld
.ipynb_checkpoints

deps/usr
deps/deps.jl
2 changes: 1 addition & 1 deletion src/trace/taskcopy.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include("../../deps/deps.jl")
include(Pkg.dir("Turing")*"/deps/deps.jl")
check_deps()
libpath = dirname(libtask)

Expand Down

0 comments on commit 3d46a9d

Please sign in to comment.