aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-01-21 16:06:28 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-21 16:18:22 -0500
commit65087903d9e55f77a6c0d66517adb605aacab485 (patch)
tree20db423033912db4a87686e0f5ff4e2b0b8c55c9
parent8500700aa45722595938ef59935e7efde2b1e9e3 (diff)
downloadtor-65087903d9e55f77a6c0d66517adb605aacab485.tar.gz
tor-65087903d9e55f77a6c0d66517adb605aacab485.zip
gitignore: don't ignore core directory
otherwise src/core is ignored.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cb49c098cd..736abbedc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ uptime-*.json
# Core files
core
core.*
+!core/
# ccls file that can be per directory.
*.ccls