diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-04-11 19:53:28 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-04-11 19:53:28 +0100 |
commit | 46e9a359231ca582df1814f089783ad685221204 (patch) | |
tree | 5449e603d804e88632bd50fa82682ef8e411bccf | |
parent | 8514b6b42c17d7cf887fc826596534698e89e3f8 (diff) | |
download | upstream-46e9a359231ca582df1814f089783ad685221204.tar.gz upstream-46e9a359231ca582df1814f089783ad685221204.tar.bz2 upstream-46e9a359231ca582df1814f089783ad685221204.zip |
Revert ".gitignore: ignore more scripts/config output"
This reverts commit c39d01596a8acbdfa5d1ccb98ba0624383a7190a.
It turns out the extra files were from an old config and are not
re/created by the new config. Apologies for the noise.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 55072ca5bd..6549af83be 100644 --- a/.gitignore +++ b/.gitignore @@ -16,10 +16,6 @@ /overlay /package/feeds /package/openwrt-packages -scripts/config/mconf_check -scripts/config/zconf.hash.c -scripts/config/zconf.lex.c -scripts/config/zconf.tab.c /*.patch key-build* *.orig |