summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-24 13:38:22 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-24 13:45:32 -0500
commit928e591e03f795a0703f1287d2fbc51eb0c1a32f (patch)
tree8e3032111e093bc3471aa33f821e9f6584915735
parentec6f45ab7c588e007a78faf128df039596dbde59 (diff)
downloadlibseccomp-928e591e03f795a0703f1287d2fbc51eb0c1a32f.tar.gz
all: update the .gitignore file to include gcov files and Python cache
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--.gitignore4
-rw-r--r--tests/.gitignore1
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fdd7cab..78dccfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,10 @@
*.pc
*.swp
*.orig
+*.gcno
+*.gcda
+*.info
+*-coverage/
.deps
.dirstamp
.libs
diff --git a/tests/.gitignore b/tests/.gitignore
index 97edd22..e077014 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,6 +1,7 @@
*.bpf
*.bpfd
*.pfc
+__pycache__/
miniseq
util.pyc
00-test.c