[MERGED] osmocom-bb[master]: Don't ignore top-level Makefile

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Tue Jan 23 07:11:14 UTC 2018


Max has submitted this change and it was merged.

Change subject: Don't ignore top-level Makefile
......................................................................


Don't ignore top-level Makefile

Move corresponding .gitignore entry inside virt-phy to avoid interfering
with other subprojects still using hand-crafted Makefiles.

Change-Id: I19a8661b74ae0b28da51cf2e81f0ca40de76fcbd
---
M .gitignore
M src/host/virt_phy/.gitignore
2 files changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/.gitignore b/.gitignore
index 363f656..1a01c26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
 *.o
 *.a
 Makefile.in
-Makefile
 .deps
 
 build-target
diff --git a/src/host/virt_phy/.gitignore b/src/host/virt_phy/.gitignore
index 0d2eba0..b9a2ca7 100644
--- a/src/host/virt_phy/.gitignore
+++ b/src/host/virt_phy/.gitignore
@@ -1,3 +1,4 @@
+Makefile
 config.h
 config.h.in
 src/virtphy

-- 
To view, visit https://gerrit.osmocom.org/5991
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I19a8661b74ae0b28da51cf2e81f0ca40de76fcbd
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list