Skip to content
Snippets Groups Projects

Update to the gitignore

parent f359b517
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,45 @@ ...@@ -4,3 +4,45 @@
**/.catkin_tools/ **/.catkin_tools/
**/.catkin_workspace **/.catkin_workspace
**/~.bashrc **/~.bashrc
# Prerequisites
*.d
# Compiled Object files
**.slo
**.lo
**.o
**.obj
# Precompiled Headers
**.gch
**.pch
# Compiled Dynamic libraries
**.so
**.dylib
**.dll
# Fortran module files
**.mod
**.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
#vscode
**.vscode
#valgrind
**.log.txt
##dlib
**/dlib-19.23/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment