[PATCH] remove INSTALL file to have a clean git status

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/OpenBSC@lists.osmocom.org/.

Neels Hofmeyr nhofmeyr at sysmocom.de
Thu Jul 28 16:40:33 UTC 2016


From: Neels Hofmeyr <neels at hofmeyr.de>

The INSTALL file is being overwritten by autoreconf, but it is committed
as empty file. As a result, the INSTALL file always shows as modified.
Instead, remove INSTALL from git and ignore it.
---
 .gitignore | 1 +
 INSTALL    | 0
 2 files changed, 1 insertion(+)
 delete mode 100644 INSTALL

diff --git a/.gitignore b/.gitignore
index e15c19b..d1a0b33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ libtool
 ltmain.sh
 missing
 stamp-h1
+INSTALL
 
 # vim
 *.sw?
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index e69de29..0000000
-- 
2.1.4




More information about the OpenBSC mailing list