Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@pobox.com>2020-05-28 06:25:54 +0300
committerGraydon Hoare <graydon@pobox.com>2020-05-28 21:17:43 +0300
commitaace9bc76ed7521950b46172b2e3130f7bddc8f2 (patch)
treef7cc2e23e0c13d003be8e87807c91149fc0dd1eb /.gitignore
parentafac7760cefb7b1a0a0a57a1dbea0f96c8a1caa3 (diff)
Add .deps and .dirstamp to .gitignore to allow use as submodule in automake projects.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7e6ad04b..64c29920 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,8 @@ manual/t*.bbl
manual/t*.blg
profiler/build/win32/packages
profiler/build/win32/Tracy.aps
-
# include the vcpkg install script but not the files it produces
vcpkg/*
!vcpkg/install_vcpkg_dependencies.bat
+.deps/
+.dirstamp