diff mbox series

[v1,1/1] .gitinore: ignore moved .pc files

Message ID 1508580005-19180-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/1] .gitinore: ignore moved .pc files | expand

Commit Message

Github ODP bot Oct. 21, 2017, 10 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


pkg-config files were moved, but I forgot to update .gitignore files.
Update them now.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 249 (lumag:pkg-ignore)
 ** https://github.com/Linaro/odp/pull/249
 ** Patch: https://github.com/Linaro/odp/pull/249.patch
 ** Base sha: 54228421977f94d9da752290540c6ec4dc5306a0
 ** Merge commit sha: e94ad7d39074a3cbb029b9e7151f6f0ba70f72ba
 **/
 .gitignore                        | 1 -
 helper/.gitignore                 | 1 +
 platform/linux-generic/.gitignore | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 helper/.gitignore
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 3d4c58d6a..b9c61424a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,5 @@  m4/libtool.m4
 m4/lt*.m4
 missing
 perf.data*
-pkgconfig/libodp*.pc
 tags
 test-driver
diff --git a/helper/.gitignore b/helper/.gitignore
new file mode 100644
index 000000000..edf7a0ba0
--- /dev/null
+++ b/helper/.gitignore
@@ -0,0 +1 @@ 
+libodphelper.pc
diff --git a/platform/linux-generic/.gitignore b/platform/linux-generic/.gitignore
index 909756a1f..442e82a93 100644
--- a/platform/linux-generic/.gitignore
+++ b/platform/linux-generic/.gitignore
@@ -1 +1,2 @@ 
 include/odp/api/plat/static_inline.h
+libodp-linux.pc