Skip to content

Commit 4c65224

Browse files
committed
precompile RobotOS.jl and ignore tmp file
1 parent e63acb8 commit 4c65224

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)