* [LTP] [PATCH] gitignore: Add some binaries to gitignore
@ 2018-04-18 9:51 Sebastian Chlad
2018-04-18 9:58 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Chlad @ 2018-04-18 9:51 UTC (permalink / raw)
To: ltp
Signed-off-by: Sebastian Chlad <schlad@suse.de>
---
testcases/kernel/syscalls/.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testcases/kernel/syscalls/.gitignore b/testcases/kernel/syscalls/.gitignore
index 3cc60f9bd..cc4076a88 100644
--- a/testcases/kernel/syscalls/.gitignore
+++ b/testcases/kernel/syscalls/.gitignore
@@ -12,6 +12,7 @@
/add_key/add_key04
/adjtimex/adjtimex01
/adjtimex/adjtimex02
+/alarm/alarm01
/alarm/alarm02
/alarm/alarm03
/alarm/alarm05
@@ -539,6 +540,7 @@
/migrate_pages/migrate_pages02
/mincore/mincore01
/mincore/mincore02
+/mkdir/mkdir01
/mkdir/mkdir02
/mkdir/mkdir03
/mkdir/mkdir04
@@ -740,7 +742,9 @@
/readdir/readdir21
/readlink/creat_slink
/readlink/readlink01
+/readlink/readlink02
/readlink/readlink03
+/readlink/readlink04
/readlinkat/readlinkat01
/readlinkat/readlinkat02
/readv/readv01
--
2.13.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [LTP] [PATCH] gitignore: Add some binaries to gitignore
2018-04-18 9:51 [LTP] [PATCH] gitignore: Add some binaries to gitignore Sebastian Chlad
@ 2018-04-18 9:58 ` Cyril Hrubis
0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2018-04-18 9:58 UTC (permalink / raw)
To: ltp
Hi!
These are leftovers after removed testcases.
When we delete a test we also delte the .gitignore entry but the
compiled binary still stays in your compiled tree and 'make clean' does
not remove these either since our build system derives list of binaries
based on the present C sources.
You may want to run 'git clean -i' to get rid of these.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-18 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-18 9:51 [LTP] [PATCH] gitignore: Add some binaries to gitignore Sebastian Chlad
2018-04-18 9:58 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox