Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ValRat committed Sep 4, 2017
1 parent cdbc7a2 commit 63dbfab
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/.catkin_workspace
/src/CMakeLists.txt
/build
/devel
/install
/logs
*.idea*
CLion*
clion*
.swp
filter_init.txt
cmake-build-debug

# Stuff generated by vimdiff
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
*.orig

# Symbols database for stuff like autocomplete in Vim
compile_commands.json

0 comments on commit 63dbfab

Please sign in to comment.