diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,10 +3,13 @@ | |||
3 | *.a | 3 | *.a |
4 | 4 | ||
5 | 5 | ||
6 | # editor backup files | ||
7 | *~ | ||
6 | 8 | ||
7 | # generated files | 9 | # generated files |
8 | tests/test_catalog.inc | 10 | tests/test_catalog.inc |
9 | *.d | 11 | *.d |
12 | *.d.* | ||
10 | docs/ | 13 | docs/ |
11 | 14 | ||
12 | # executables | 15 | # executables |
@@ -23,6 +26,8 @@ showst | |||
23 | rtspin | 26 | rtspin |
24 | cycles | 27 | cycles |
25 | measure_syscall | 28 | measure_syscall |
29 | uncache | ||
30 | resctrl | ||
26 | 31 | ||
27 | # build system files | 32 | # build system files |
28 | .config | 33 | .config |
@@ -32,3 +37,5 @@ test_catalog.inc | |||
32 | # files copied in from the kernel tree | 37 | # files copied in from the kernel tree |
33 | include/litmus | 38 | include/litmus |
34 | arch/*/include/asm | 39 | arch/*/include/asm |
40 | arch/x86/include/generated | ||
41 | arch/x86/include/uapi | ||