blob: da4804c9e38e93a6d1a7d8632cde0a4aa5423be8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
nvme
*.xml
a.out
*.o
*~
*.swp
nvme-*.tar.gz
subprojects/*
!subprojects/*.wrap
cscope.*
compile_commands.json
tests/__pycache__
tests/nvmetests
tests/*.pyc
.build
.cache
|