summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurence McGlashan <mail@laurencemcglashan.com>2021-01-31 15:35:56 +0000
committerGitHub <noreply@github.com>2021-01-31 15:35:56 +0000
commite44890774c6c98a84c3eb881b1d7508dfe7d7373 (patch)
treec56c48f908ae28924963356e346d1168db88cd48 /.gitignore
parent50f536222b6576a4204b980978d6094770a21038 (diff)
downloadlibgit2-e44890774c6c98a84c3eb881b1d7508dfe7d7373.tar.gz
Update .gitignore
Only exclude tags files/folders and build folders at the repository root.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b38b7e16e..69d388f8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
-build/
+/build/
.DS_Store
*~
.*.swp
-tags
+/tags
CMakeSettings.json
.vs