diff options
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,3 +25,9 @@ measure_syscall | |||
25 | 25 | ||
26 | # build system files | 26 | # build system files |
27 | .config | 27 | .config |
28 | inc/config.makefile | ||
29 | test_catalog.inc | ||
30 | |||
31 | # files copied in from the kernel tree | ||
32 | include/litmus | ||
33 | arch/*/include/asm | ||