Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# *.urdf
# Ignore generated URDFs at package root (launch builds on the fly)
*.urdf
!assets/**/*.urdf
!assets/**/*.urdf.xacro
Comment on lines +16 to +18

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
*.urdf
!assets/**/*.urdf
!assets/**/*.urdf.xacro
/*.urdf

**/build/*
/backup
**/base_urdf_ws
Expand All @@ -37,4 +40,7 @@ __pycache__
/urdf/

docs/
scripts/
scripts/
# Accidental gen scratch files (never ship)
/openarmv2.urdf
/output.urdf

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove them?

Empty file removed openarmv2.urdf
Empty file.
Loading