Add the [Bb]uild directory and vi(m) swap files to the ignore list
This commit is contained in:
parent
05476d0be3
commit
651ac57ab2
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
|||
Makefile
|
||||
Debug/
|
||||
Build
|
||||
build
|
||||
.*.swp
|
||||
*.o
|
||||
lib*.a
|
||||
cmake_install.cmake
|
||||
|
|
Loading…
Reference in a new issue