Commit | Line | Data |
---|---|---|
f2d7b530 MJ |
1 | # SPDX-FileCopyrightText: 2022 EfficiOS Inc. |
2 | # | |
3 | # SPDX-License-Identifier: MIT | |
4 | ||
58023ce0 MD |
5 | # Prerequisites |
6 | *.d | |
7 | ||
8 | # Object files | |
9 | *.o | |
10 | *.ko | |
11 | *.obj | |
12 | *.elf | |
13 | ||
14 | # Linker output | |
15 | *.ilk | |
16 | *.map | |
17 | *.exp | |
18 | ||
19 | # Precompiled Headers | |
20 | *.gch | |
21 | *.pch | |
22 | ||
23 | # Libraries | |
24 | *.lib | |
25 | *.a | |
26 | *.la | |
27 | *.lo | |
28 | ||
29 | # Shared objects (inc. Windows DLLs) | |
30 | *.dll | |
31 | *.so | |
32 | *.so.* | |
33 | *.dylib | |
34 | ||
35 | # Executables | |
36 | *.exe | |
37 | *.out | |
38 | *.app | |
39 | *.i*86 | |
40 | *.x86_64 | |
41 | *.hex | |
42 | ||
43 | # Debug files | |
44 | *.dSYM/ | |
45 | *.su | |
46 | *.idb | |
47 | *.pdb | |
48 | ||
49 | # Kernel Module Compile Results | |
50 | *.mod* | |
51 | *.cmd | |
52 | .tmp_versions/ | |
53 | modules.order | |
54 | Module.symvers | |
55 | Mkfile.old | |
56 | dkms.conf | |
dd6b880e | 57 | |
2cbca301 | 58 | /src/librseq.pc |
544cdc88 | 59 | /tests/basic_percpu_ops_test.tap |
d268885a | 60 | /tests/basic_percpu_ops_test_cxx.tap |
40293a78 MD |
61 | /tests/basic_percpu_ops_mm_cid_test.tap |
62 | /tests/basic_percpu_ops_mm_cid_test_cxx.tap | |
544cdc88 | 63 | /tests/basic_test.tap |
d268885a | 64 | /tests/basic_test_cxx.tap |
d273fd4b MD |
65 | /tests/mempool_test.tap |
66 | /tests/mempool_test_cxx.tap | |
31b44ba2 | 67 | /tests/param_test |
d268885a | 68 | /tests/param_test_cxx |
31b44ba2 | 69 | /tests/param_test_benchmark |
d268885a | 70 | /tests/param_test_benchmark_cxx |
31b44ba2 | 71 | /tests/param_test_compare_twice |
d268885a | 72 | /tests/param_test_compare_twice_cxx |
369688a5 MD |
73 | /tests/param_test_mm_cid |
74 | /tests/param_test_mm_cid_cxx | |
75 | /tests/param_test_mm_cid_benchmark | |
76 | /tests/param_test_mm_cid_benchmark_cxx | |
77 | /tests/param_test_mm_cid_compare_twice | |
78 | /tests/param_test_mm_cid_compare_twice_cxx | |
01bd794d MJ |
79 | /tests/no_syscall_test_cxx.tap |
80 | /tests/no_syscall_test.tap | |
81 | /tests/unregistered_test_cxx.tap | |
82 | /tests/unregistered_test.tap | |
2cbca301 MJ |
83 | |
84 | #automake | |
85 | /include/config.h | |
86 | .deps/ | |
87 | .libs/ | |
88 | Makefile.in | |
89 | Makefile | |
90 | *.la | |
91 | *.bz2 | |
92 | *.o | |
93 | *.lo | |
94 | *.loT | |
95 | *.log | |
96 | *.trs | |
97 | /config.log | |
98 | /configure | |
99 | /config/compile | |
100 | /config/config.guess | |
101 | /config/config.sub | |
102 | /config/depcomp | |
103 | /config/install-sh | |
104 | /config/ltmain.sh | |
105 | /config/missing | |
106 | /config/test-driver | |
107 | /aclocal.m4 | |
108 | /m4/libtool.m4 | |
109 | /m4/lt~obsolete.m4 | |
110 | /m4/ltoptions.m4 | |
111 | /m4/ltsugar.m4 | |
112 | /m4/ltversion.m4 | |
113 | /libtool | |
114 | /include/stamp-h1 | |
115 | /include/config.h.in | |
d268885a | 116 | /include/config.h.in~ |
2cbca301 MJ |
117 | /config.status |
118 | /autom4te.cache/ | |
119 | /config | |
c01338b2 | 120 | *~ |
d273fd4b | 121 | .*.swp |