Skip to content

Commit aace9bc

Browse files
committed
Add .deps and .dirstamp to .gitignore to allow use as submodule in automake projects.
1 parent afac776 commit aace9bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.gitignore‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ manual/t*.bbl
2222
manual/t*.blg
2323
profiler/build/win32/packages
2424
profiler/build/win32/Tracy.aps
25-
2625
# include the vcpkg install script but not the files it produces
2726
vcpkg/*
2827
!vcpkg/install_vcpkg_dependencies.bat
28+
.deps/
29+
.dirstamp

0 commit comments

Comments
 (0)