summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-03-30 12:31:11 +0200
committerPatrick Steinhardt <ps@pks.im>2020-03-30 15:50:14 +0200
commit3f066a20212be0ca51729d5a55ee65cffef0cb0c (patch)
treedf01f49420cb407aa8720cc6246f2c2d020fdc25
parentdd43571136bf9f5d7e6fba8a5bb89c9003220a55 (diff)
downloadlibgit2-3f066a20212be0ca51729d5a55ee65cffef0cb0c.tar.gz
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.
-rw-r--r--.gitignore30
1 files changed, 0 insertions, 30 deletions
diff --git a/.gitignore b/.gitignore
index dec3dca06..b38b7e16e 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