aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-08-08 11:55:41 -0700
committerTom Tsou <tom.tsou@ettus.com>2016-08-08 11:55:41 -0700
commit2e5e2c537bfca9bebddcc40391227a2074bc3b88 (patch)
tree4def9c3768475813ab06af2173a2031de0813af7
parent8f0ccf618d553b2731caa24a2575a48065917959 (diff)
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.
-rw-r--r--.gitignore1
-rw-r--r--INSTALL0
2 files changed, 1 insertions, 0 deletions
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
--- a/INSTALL
+++ /dev/null