fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38233?usp=email )
Change subject: .gitignore: ignore '.make.*' files (like .make.deps) ...................................................................... .gitignore: ignore '.make.*' files (like .make.deps) Change-Id: I79dfa38bc874a48cb09a6e6fb3f06405ba869491 Related: c7e40d6a "Makefile: avoid fetching deps if not needed" --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/33/38233/1 diff --git a/.gitignore b/.gitignore index f03b0b3..56f61af 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ */*_Tests selftest/Selftest */Makefile +.make.* !bin/Makefile !deps/Makefile .*.sw? -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38233?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I79dfa38bc874a48cb09a6e6fb3f06405ba869491 Gerrit-Change-Number: 38233 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]>
