mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
The gitignore file currently has a lot of patterns for files that we shouldn't write anymore since we have migrated to CMake, as everybody is expected to do out-of-source builds anyway. Let's remove them.
8 lines
55 B
Plaintext
8 lines
55 B
Plaintext
build/
|
|
.DS_Store
|
|
*~
|
|
.*.swp
|
|
tags
|
|
CMakeSettings.json
|
|
.vs
|