public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] Add generated files to .gitignore
@ 2012-10-17 19:15 Chris Dearman
  2012-10-18  1:35 ` Wanlong Gao
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Dearman @ 2012-10-17 19:15 UTC (permalink / raw)
  To: ltp-list

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

Signed-off-by: Chris Dearman <chris@mips.com>
---
 .gitignore                                        |    2 ++
 testcases/commands/.gitignore                     |    5 +++++
 testcases/kernel/mem/.gitignore                   |    2 ++
 testcases/kernel/syscalls/.gitignore              |    8 ++++++++
 testcases/kernel/timers/leapsec/.gitignore        |    1 +
 testcases/misc/tcore_patch_test_suites/.gitignore |    1 +
 6 files changed, 19 insertions(+)
 create mode 100644 testcases/commands/.gitignore
 create mode 100644 testcases/kernel/timers/leapsec/.gitignore
 create mode 100644 testcases/misc/tcore_patch_test_suites/.gitignore

[-- Attachment #2: add-generated-files-to-gitigno.patch --]
[-- Type: text/plain, Size: 2365 bytes --]

diff --git a/.gitignore b/.gitignore
index c723901..c9f5637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,5 @@ patches/
 logfile.*
 
 /utils/benchmark/ebizzy-0.3/ebizzy
+/lib/tests/bytes_by_prefix_test
+/lib/tests/tst_tmpdir_test
diff --git a/testcases/commands/.gitignore b/testcases/commands/.gitignore
new file mode 100644
index 0000000..01918ea
--- /dev/null
+++ b/testcases/commands/.gitignore
@@ -0,0 +1,5 @@
+/ade/objdump/test_arch_debug
+/ade/objdump/test_arch_stripped
+/ade/size/test
+/cron/cron_dirs_check
+/eject/check_tray
diff --git a/testcases/kernel/mem/.gitignore b/testcases/kernel/mem/.gitignore
index 5a3a8e9..e60e458 100644
--- a/testcases/kernel/mem/.gitignore
+++ b/testcases/kernel/mem/.gitignore
@@ -57,9 +57,11 @@
 /shmt/shmt08
 /shmt/shmt09
 /shmt/shmt10
+/swapping/swapping01
 /thp/thp01
 /thp/thp02
 /tunable/max_map_count
+/tunable/min_free_kbytes
 /tunable/overcommit_memory
 /vma/vma01
 /vma/vma02
diff --git a/testcases/kernel/syscalls/.gitignore b/testcases/kernel/syscalls/.gitignore
index 0d2c3d8..7df28c2 100644
--- a/testcases/kernel/syscalls/.gitignore
+++ b/testcases/kernel/syscalls/.gitignore
@@ -68,6 +68,10 @@
 /close/close01
 /close/close02
 /close/close08
+/cma/process_vm01
+/cma/process_vm_readv02
+/cma/process_vm_readv03
+/cma/process_vm_writev02
 /confstr/confstr01
 /connect/connect01
 /creat/creat01
@@ -342,6 +346,7 @@
 /inotify/inotify01
 /inotify/inotify02
 /inotify/inotify03
+/inotify/inotify04
 /inotify_init/inotify_init1_01
 /inotify_init/inotify_init1_02
 /io_cancel/io_cancel01
@@ -460,6 +465,7 @@
 /madvise/madvise01
 /madvise/madvise02
 /madvise/madvise03
+/madvise/madvise04
 /mallopt/mallopt01
 /mbind/mbind01
 /memcmp/memcmp01
@@ -623,6 +629,8 @@
 /read/read02
 /read/read03
 /read/read04
+/readahead/readahead01
+/readahead/readahead02
 /readdir/readdir01
 /readdir/readdir02
 /readlink/creat_slink
diff --git a/testcases/kernel/timers/leapsec/.gitignore b/testcases/kernel/timers/leapsec/.gitignore
new file mode 100644
index 0000000..58787e2
--- /dev/null
+++ b/testcases/kernel/timers/leapsec/.gitignore
@@ -0,0 +1 @@
+/leapsec_timer
diff --git a/testcases/misc/tcore_patch_test_suites/.gitignore b/testcases/misc/tcore_patch_test_suites/.gitignore
new file mode 100644
index 0000000..e47c402
--- /dev/null
+++ b/testcases/misc/tcore_patch_test_suites/.gitignore
@@ -0,0 +1 @@
+/tcore

[-- Attachment #3: Type: text/plain, Size: 240 bytes --]

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] Add generated files to .gitignore
  2012-10-17 19:15 [LTP] [PATCH] Add generated files to .gitignore Chris Dearman
@ 2012-10-18  1:35 ` Wanlong Gao
  0 siblings, 0 replies; 2+ messages in thread
From: Wanlong Gao @ 2012-10-18  1:35 UTC (permalink / raw)
  To: Chris Dearman; +Cc: ltp-list

On 10/18/2012 03:15 AM, Chris Dearman wrote:
> Signed-off-by: Chris Dearman <chris@mips.com>

Pushed, thank you.

Wanlong Gao

> ---
>  .gitignore                                        |    2 ++
>  testcases/commands/.gitignore                     |    5 +++++
>  testcases/kernel/mem/.gitignore                   |    2 ++
>  testcases/kernel/syscalls/.gitignore              |    8 ++++++++
>  testcases/kernel/timers/leapsec/.gitignore        |    1 +
>  testcases/misc/tcore_patch_test_suites/.gitignore |    1 +
>  6 files changed, 19 insertions(+)
>  create mode 100644 testcases/commands/.gitignore
>  create mode 100644 testcases/kernel/timers/leapsec/.gitignore
>  create mode 100644 testcases/misc/tcore_patch_test_suites/.gitignore
> 
> 
> 
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> 
> 
> 
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
> 


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-18  1:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 19:15 [LTP] [PATCH] Add generated files to .gitignore Chris Dearman
2012-10-18  1:35 ` Wanlong Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox