Implement basic percpu ops mm_cid test
[librseq.git] / .gitignore
1 # SPDX-FileCopyrightText: 2022 EfficiOS Inc.
2 #
3 # SPDX-License-Identifier: MIT
4
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
57
58 /src/librseq.pc
59 /tests/basic_percpu_ops_test.tap
60 /tests/basic_percpu_ops_test_cxx.tap
61 /tests/basic_percpu_ops_mm_cid_test.tap
62 /tests/basic_percpu_ops_mm_cid_test_cxx.tap
63 /tests/basic_test.tap
64 /tests/basic_test_cxx.tap
65 /tests/param_test
66 /tests/param_test_cxx
67 /tests/param_test_benchmark
68 /tests/param_test_benchmark_cxx
69 /tests/param_test_compare_twice
70 /tests/param_test_compare_twice_cxx
71
72 #automake
73 /include/config.h
74 .deps/
75 .libs/
76 Makefile.in
77 Makefile
78 *.la
79 *.bz2
80 *.o
81 *.lo
82 *.loT
83 *.log
84 *.trs
85 /config.log
86 /configure
87 /config/compile
88 /config/config.guess
89 /config/config.sub
90 /config/depcomp
91 /config/install-sh
92 /config/ltmain.sh
93 /config/missing
94 /config/test-driver
95 /aclocal.m4
96 /m4/libtool.m4
97 /m4/lt~obsolete.m4
98 /m4/ltoptions.m4
99 /m4/ltsugar.m4
100 /m4/ltversion.m4
101 /libtool
102 /include/stamp-h1
103 /include/config.h.in
104 /include/config.h.in~
105 /config.status
106 /autom4te.cache/
107 /config
This page took 0.035044 seconds and 5 git commands to generate.