kperf: add .gitignore entries
Change-Id: I80725118e44e147e12dcac31d0ba58f175a89d10 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
add9186f73
commit
ab7541d810
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,9 @@
|
|||||||
*.a
|
*.a
|
||||||
|
*.cmd
|
||||||
*.d
|
*.d
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
*.ko
|
||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
|
4
examples/ioat/kperf/kmod/.gitignore
vendored
Normal file
4
examples/ioat/kperf/kmod/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.tmp_versions
|
||||||
|
dmaperf.mod.c
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
Loading…
Reference in New Issue
Block a user