Skip to content

Commit 41dff2e

Browse files
authored
Merge pull request #42 from huckl3b3rry87/pull-request/4c65224c
precompile RobotOS.jl and ignore tmp file
2 parents e63acb8 + 4c65224 commit 41dff2e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*.jl.mem
44
docs/build/
55
docs/site/
6+
src/ros_callbacks.pyc

src/RobotOS.jl

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
isdefined(Base, :__precompile__) && __precompile__()
2+
13
module RobotOS
24

35
using PyCall

0 commit comments

Comments
 (0)