fixeria has submitted this change. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve




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: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I79dfa38bc874a48cb09a6e6fb3f06405ba869491
Gerrit-Change-Number: 38233
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to