aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f79d4fa3c46056e8c75403b173b201de236f79ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# object files
*.o
*.a


# editor backup files
*~

# generated files
tests/test_catalog.inc
*.d
*.d.*
docs/

# executables
runtests
rt_launch
wait_test
np_test
stdump
mode_test
base_task
base_mt_task
release_ts
showst
rtspin
cycles
measure_syscall
uncache
resctrl

# build system files
.config
inc/config.makefile
test_catalog.inc

# files copied in from the kernel tree
include/litmus
arch/*/include/asm
arch/x86/include/generated
arch/x86/include/uapi