Add .deps and .dirstamp to .gitignore to allow use as submodule in automake projects.

This commit is contained in:
Graydon Hoare 2020-05-27 20:25:54 -07:00
parent afac7760ce
commit aace9bc76e
No known key found for this signature in database
GPG Key ID: 69824B014EE65219

3
.gitignore vendored
View File

@ -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