fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[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/mempool_cow_race_test.tap
66 /tests/mempool_cow_race_test_cxx.tap
67 /tests/mempool_test.tap
68 /tests/mempool_test_cxx.tap
69 /tests/param_test
70 /tests/param_test_cxx
71 /tests/param_test_benchmark
72 /tests/param_test_benchmark_cxx
73 /tests/param_test_compare_twice
74 /tests/param_test_compare_twice_cxx
75 /tests/param_test_mm_cid
76 /tests/param_test_mm_cid_cxx
77 /tests/param_test_mm_cid_benchmark
78 /tests/param_test_mm_cid_benchmark_cxx
79 /tests/param_test_mm_cid_compare_twice
80 /tests/param_test_mm_cid_compare_twice_cxx
81 /tests/no_syscall_test_cxx.tap
82 /tests/no_syscall_test.tap
83 /tests/unregistered_test_cxx.tap
84 /tests/unregistered_test.tap
85
86 #automake
87 /include/config.h
88 .deps/
89 .libs/
90 Makefile.in
91 Makefile
92 *.la
93 *.bz2
94 *.o
95 *.lo
96 *.loT
97 *.log
98 *.trs
99 /config.log
100 /configure
101 /config/compile
102 /config/config.guess
103 /config/config.sub
104 /config/depcomp
105 /config/install-sh
106 /config/ltmain.sh
107 /config/missing
108 /config/test-driver
109 /aclocal.m4
110 /m4/libtool.m4
111 /m4/lt~obsolete.m4
112 /m4/ltoptions.m4
113 /m4/ltsugar.m4
114 /m4/ltversion.m4
115 /libtool
116 /include/stamp-h1
117 /include/config.h.in
118 /include/config.h.in~
119 /config.status
120 /autom4te.cache/
121 /config
122 *~
123 .*.swp
This page took 0.031367 seconds and 4 git commands to generate.