Commit 3f066a20212be0ca51729d5a55ee65cffef0cb0c

Patrick Steinhardt 2020-03-30T12:31:11

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.

diff --git a/.gitignore b/.gitignore
index dec3dca..b38b7e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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