aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: a52500b702601bd82bdd97ab4bf53b01d8da2ba2 (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
# object files
*.o
*.a



# generated files
tests/test_catalog.inc
*.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

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

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