Skip to content

Commit

Permalink
Improved gitignore to exclude build files and similar editor-based to…
Browse files Browse the repository at this point in the history
…ols (ros2#392)

Signed-off-by: Nicholas Sims <[email protected]>

Signed-off-by: Nicholas Sims <[email protected]>
  • Loading branch information
Nilaos authored Jan 16, 2023
1 parent c2fa9ed commit 3d5328d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@

# Python Caching
__pycache__

# ROS2 Build Folders
build/
_build/
log/
install/

# Editors
.vscode
.idea
.#*
.project
.cproject

*~

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

0 comments on commit 3d5328d

Please sign in to comment.