Skip to content

Commit

Permalink
Merge pull request #42 from huckl3b3rry87/pull-request/4c65224c
Browse files Browse the repository at this point in the history
precompile RobotOS.jl and ignore tmp file
  • Loading branch information
jdlangs authored Mar 18, 2018
2 parents e63acb8 + 4c65224 commit 41dff2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.jl.mem
docs/build/
docs/site/
src/ros_callbacks.pyc
2 changes: 2 additions & 0 deletions src/RobotOS.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
isdefined(Base, :__precompile__) && __precompile__()

module RobotOS

using PyCall
Expand Down

0 comments on commit 41dff2e

Please sign in to comment.