Skip to content

Commit

Permalink
.gitignore: Ignore some more common output files
Browse files Browse the repository at this point in the history
* Log files created by ginkgo runs
* The .build_all file that 'make -C bpf build_all' generates
* GDB debugging history

Also move the bpf tests gitignore by the other test bits.

Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer authored and borkmann committed May 6, 2020
1 parent 3ec3d25 commit 43af641
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Expand Up @@ -49,6 +49,7 @@ outgoing
*cscope.in.out
*cscope.po.out
*tags
.gdb_history

man/

Expand All @@ -58,14 +59,15 @@ test/*_manifest.yaml
test/*_policy.json
test/*.xml
test/.vagrant
test/*.log
test/bpf/_results

# Emacs backup files
*~

# Temporary files that allow build containers/VMs work without git
GIT_VERSION

test/bpf/_results

# generated from make targets
*.ok
*.build_all

0 comments on commit 43af641

Please sign in to comment.