Add basic .gitignore files
Ignore various files generated during build or test. Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
b164d257a1
commit
d3e842afc0
2 changed files with 10 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
*~
|
||||||
|
/passt
|
||||||
|
/passt.avx2
|
||||||
|
/pasta
|
||||||
|
/pasta.avx2
|
||||||
|
/qrap
|
||||||
|
/pasta.1
|
||||||
|
/seccomp.h
|
2
test/.gitignore
vendored
Normal file
2
test/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
perf.js
|
||||||
|
test_logs/
|
Loading…
Reference in a new issue