--- src/shared/libosmocore/.gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/shared/libosmocore/.gitignore b/src/shared/libosmocore/.gitignore index c77c750..5e75539 100644 --- a/src/shared/libosmocore/.gitignore +++ b/src/shared/libosmocore/.gitignore @@ -50,3 +50,6 @@ doc/html.tar
src/crc*gen.c include/osmocom/core/crc*gen.h + +build-host +build-target
On Tue, Jan 3, 2012 at 3:48 PM, Sylvain Munaut wrote:
No, it can't be there because libosmocore subdir has to stay an exact copy of the libosmocore git for git-subtree to work properly.
Please apply it there then.
No, it can't be there because libosmocore subdir has to stay an exact copy of the libosmocore git for git-subtree to work properly.
Please apply it there then.
Well, no ... these have nothing to do in the global libosmocore, the build-host build-target are just an artifact of the osmocom-bb build system. The correct solution is to use the top level osmocom-bb .gitignore
--- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66dc953 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/shared/libosmocore/build-host +/src/shared/libosmocore/build-target
baseband-devel@lists.osmocom.org