* .gitignore: Add gdb and test related files. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore index ca5703f..83c2829 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ .libs .version .*.swp +.gdbinit +.gdb_history /ChangeLog /CREDITS @@ -31,6 +33,10 @@ Makefile.in /ioctlsort /strace +/test-driver +/tests/*.log +/tests/*.trs + /linux/ioctlent.h /strace-*.tar.xz -- 1.8.2.1 ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
