remove gitignore
This commit is contained in:
12
workspace/build/mock_robot/mock_robot.egg-info/PKG-INFO
Normal file
12
workspace/build/mock_robot/mock_robot.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,12 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: mock-robot
|
||||
Version: 0.0.0
|
||||
Summary: TODO: Package description
|
||||
Home-page: UNKNOWN
|
||||
Maintainer: root
|
||||
Maintainer-email: root@todo.todo
|
||||
License: TODO: License declaration
|
||||
Platform: UNKNOWN
|
||||
|
||||
UNKNOWN
|
||||
|
||||
20
workspace/build/mock_robot/mock_robot.egg-info/SOURCES.txt
Normal file
20
workspace/build/mock_robot/mock_robot.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
package.xml
|
||||
setup.cfg
|
||||
setup.py
|
||||
../../build/mock_robot/mock_robot.egg-info/PKG-INFO
|
||||
../../build/mock_robot/mock_robot.egg-info/SOURCES.txt
|
||||
../../build/mock_robot/mock_robot.egg-info/dependency_links.txt
|
||||
../../build/mock_robot/mock_robot.egg-info/entry_points.txt
|
||||
../../build/mock_robot/mock_robot.egg-info/requires.txt
|
||||
../../build/mock_robot/mock_robot.egg-info/top_level.txt
|
||||
../../build/mock_robot/mock_robot.egg-info/zip-safe
|
||||
mock_robot/__init__.py
|
||||
mock_robot/robot_node.py
|
||||
mock_robot.egg-info/PKG-INFO
|
||||
mock_robot.egg-info/SOURCES.txt
|
||||
mock_robot.egg-info/dependency_links.txt
|
||||
mock_robot.egg-info/entry_points.txt
|
||||
mock_robot.egg-info/requires.txt
|
||||
mock_robot.egg-info/top_level.txt
|
||||
mock_robot.egg-info/zip-safe
|
||||
resource/mock_robot
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[console_scripts]
|
||||
mock_robot = mock_robot.robot_node:main
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
setuptools
|
||||
@@ -0,0 +1 @@
|
||||
mock_robot
|
||||
1
workspace/build/mock_robot/mock_robot.egg-info/zip-safe
Normal file
1
workspace/build/mock_robot/mock_robot.egg-info/zip-safe
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user