* .gitignore: Add gdb related files. * tests/.gitignore: Ignore test logs. --- .gitignore | 4 ++++ tests/.gitignore | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore index ca5703f..2c1e8d8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ .libs .version .*.swp +*.gdb +.gdbinit +.gdb_history /ChangeLog /CREDITS @@ -30,6 +33,7 @@ Makefile.in /ioctldefs.h /ioctlsort /strace +/test-driver /linux/ioctlent.h diff --git a/tests/.gitignore b/tests/.gitignore index cf5bbd7..7e563b8 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1 +1,2 @@ -check.log +*.log +*.trs -- 1.8.2.1 ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
