aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-03-04 02:46:37 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-05-08 17:02:32 +0200
commit4ac8009c29889472848f5b25f45d8e7dbfb24a31 (patch)
treefe8c83132f90e0f4c9aeb4d8639e78b06171bfa5 /.gitignore
parente27fa1502237afb6aba0f56caab05970fff670be (diff)
rename bscconfig.h to config.h, cleanup
Get rid of the legacy name bscconfig.h from osmo-nitb times. Remove the #include from some of the files that aren't actually using it. Instead of '#include "../../config.h"', use plain '#include "config.h"' because we're anyway passing $top_srcdir as -I during compilation. Change-Id: Id4f683be1f36f0630c83da54e02868aae847aeec
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 78974d7d0..bcd684787 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,8 +5,8 @@ debian/*.log
.deps
Makefile
Makefile.in
-bscconfig.h
-bscconfig.h.in
+config.h
+config.h.in
*.pc
*.*~