[PATCH] .gitignore: add missing files that should be ignored
Ákos Uzonyi
uzonyi.akos at gmail.com
Mon Jun 29 10:23:05 UTC 2020
* .gitignore: Add .dirstamp.
* tests/.gitignore: Add setpgrp-exec.
Add stack-fcall-attach.
---
.gitignore | 1 +
tests/.gitignore | 2 ++
2 files changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 6a56042d..6f80fbae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
*~
.*.swp
.deps
+.dirstamp
.gdb_history
.gdbinit
.libs
diff --git a/tests/.gitignore b/tests/.gitignore
index f850dff6..0a83c443 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -646,6 +646,7 @@ setgroups
setgroups32
sethostname
setns
+setpgrp-exec
setregid
setregid32
setresgid
@@ -691,6 +692,7 @@ sockopt-sol_netlink
sockopt-timestamp
splice
stack-fcall
+stack-fcall-attach
stack-fcall-mangled
stat
stat64
--
2.27.0
More information about the Strace-devel
mailing list