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



# generated files
tests/test_catalog.inc
*.d

# 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