This website requires JavaScript.
Explore
Help
Sign In
d
/
numam-spdk
Watch
1
Star
0
Fork
0
You've already forked numam-spdk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
add9186f73
numam-spdk
/
.gitignore
11 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
SPDK: Initial check-in Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-09-21 15:52:41 +00:00
*.a
*.d
build: add CONFIG_COVERAGE code coverage option Collect coverage information for use with gcov. Coverage is disabled on FreeBSD because the current version of clang provided by FreeBSD can't successfully link with -ftest-coverage enabled (the compiler-rt support libs are too old). Change-Id: Icc444936caa852bfb9a02b37223209319a27a770 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-10-22 18:26:21 +00:00
*.gcda
*.gcno
SPDK: Initial check-in Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-09-21 15:52:41 +00:00
*.o
*~
*.swp
tags
README.md: add more detailed quick start instructions Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I267f27edb8797c794dc732334b557f44dc677015
2015-09-24 16:59:56 +00:00
dpdk-*
build: add CUnit-Memory-Dump.xml to .gitignore This is generated by the CUnit library when built with --enable-memtrace. In particular, the CUnit package on FreeBSD is configured this way. Change-Id: I616b7d91ed560be2706089287510a772a5c47e11 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-10-12 21:23:40 +00:00
CUnit-Memory-Dump.xml
Reference in New Issue
Copy Permalink