fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[librseq.git] / .gitignore
index 9d59757a8bc5a99e3f8fb93be013e0d5fcf08ae3..3bcfbf4cdc6b50ee0c2e4ddcbfd68c2bb25ec13d 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: MIT
+
 # Prerequisites
 *.d
 
@@ -54,14 +58,30 @@ dkms.conf
 /src/librseq.pc
 /tests/basic_percpu_ops_test.tap
 /tests/basic_percpu_ops_test_cxx.tap
+/tests/basic_percpu_ops_mm_cid_test.tap
+/tests/basic_percpu_ops_mm_cid_test_cxx.tap
 /tests/basic_test.tap
 /tests/basic_test_cxx.tap
+/tests/mempool_cow_race_test.tap
+/tests/mempool_cow_race_test_cxx.tap
+/tests/mempool_test.tap
+/tests/mempool_test_cxx.tap
 /tests/param_test
 /tests/param_test_cxx
 /tests/param_test_benchmark
 /tests/param_test_benchmark_cxx
 /tests/param_test_compare_twice
 /tests/param_test_compare_twice_cxx
+/tests/param_test_mm_cid
+/tests/param_test_mm_cid_cxx
+/tests/param_test_mm_cid_benchmark
+/tests/param_test_mm_cid_benchmark_cxx
+/tests/param_test_mm_cid_compare_twice
+/tests/param_test_mm_cid_compare_twice_cxx
+/tests/no_syscall_test_cxx.tap
+/tests/no_syscall_test.tap
+/tests/unregistered_test_cxx.tap
+/tests/unregistered_test.tap
 
 #automake
 /include/config.h
@@ -99,3 +119,5 @@ Makefile
 /config.status
 /autom4te.cache/
 /config
+*~
+.*.swp
This page took 0.054245 seconds and 4 git commands to generate.