mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
gitignore: clean up patterns from old times
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.
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,37 +1,7 @@
|
||||
/tests/clar.suite
|
||||
/tests/clar.suite.rule
|
||||
/tests/.clarcache
|
||||
/apidocs
|
||||
/trash-*.exe
|
||||
/libgit2.pc
|
||||
/config.mak
|
||||
*.o
|
||||
*.a
|
||||
*.exe
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.gcov
|
||||
.lock-wafbuild
|
||||
.waf*
|
||||
build/
|
||||
build-amiga/
|
||||
tests/tmp/
|
||||
msvc/Debug/
|
||||
msvc/Release/
|
||||
*.sln
|
||||
*.suo
|
||||
*.vc*proj*
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.aps
|
||||
*.cmake
|
||||
!cmake/Modules/*.cmake
|
||||
.DS_Store
|
||||
*~
|
||||
.*.swp
|
||||
tags
|
||||
mkmf.log
|
||||
*.profdata
|
||||
*.profraw
|
||||
CMakeSettings.json
|
||||
.vs
|
||||
|
||||
Reference in New Issue
Block a user