Introduce common generic header file
[librseq.git] / .gitignore
index c6127b38c1aa25968a88db3940604d41529e4cf5..dd925c3b6cf0e1406310311d27f484894162cca1 100644 (file)
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
+#
+# SPDX-License-Identifier: MIT
+
 # Prerequisites
 *.d
 
@@ -50,3 +54,64 @@ modules.order
 Module.symvers
 Mkfile.old
 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/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
+.deps/
+.libs/
+Makefile.in
+Makefile
+*.la
+*.bz2
+*.o
+*.lo
+*.loT
+*.log
+*.trs
+/config.log
+/configure
+/config/compile
+/config/config.guess
+/config/config.sub
+/config/depcomp
+/config/install-sh
+/config/ltmain.sh
+/config/missing
+/config/test-driver
+/aclocal.m4
+/m4/libtool.m4
+/m4/lt~obsolete.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/libtool
+/include/stamp-h1
+/include/config.h.in
+/include/config.h.in~
+/config.status
+/autom4te.cache/
+/config
This page took 0.022715 seconds and 4 git commands to generate.