Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gitignore: Ignore some more common output files #11354

Merged
merged 1 commit into from May 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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