Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raulperula/d491b36eb584883d4e205f122c7485ac to your computer and use it in GitHub Desktop.
Save raulperula/d491b36eb584883d4e205f122c7485ac to your computer and use it in GitHub Desktop.
# create the ignore.txt file
echo "bin
build
lib
msg_gen
srv_gen
CMakeLists.txt.user
test_results
catkin
catkin_generated
cmake
CMakeCache.txt
CMakeFiles
cmake_install.cmake
.cproject
CTestTestfile.cmake
devel
gtest
Makefile
.project
.pydevproject
.settings" >> ignore.txt
# use it
svn propset svn:ignore -RF ignore.txt .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment