Build and run tests as C++ programs
[librseq.git] / .gitignore
1 # Prerequisites
2 *.d
3
4 # Object files
5 *.o
6 *.ko
7 *.obj
8 *.elf
9
10 # Linker output
11 *.ilk
12 *.map
13 *.exp
14
15 # Precompiled Headers
16 *.gch
17 *.pch
18
19 # Libraries
20 *.lib
21 *.a
22 *.la
23 *.lo
24
25 # Shared objects (inc. Windows DLLs)
26 *.dll
27 *.so
28 *.so.*
29 *.dylib
30
31 # Executables
32 *.exe
33 *.out
34 *.app
35 *.i*86
36 *.x86_64
37 *.hex
38
39 # Debug files
40 *.dSYM/
41 *.su
42 *.idb
43 *.pdb
44
45 # Kernel Module Compile Results
46 *.mod*
47 *.cmd
48 .tmp_versions/
49 modules.order
50 Module.symvers
51 Mkfile.old
52 dkms.conf
53
54 /src/librseq.pc
55 /tests/basic_percpu_ops_test.tap
56 /tests/basic_percpu_ops_test_cxx.tap
57 /tests/basic_test.tap
58 /tests/basic_test_cxx.tap
59 /tests/param_test
60 /tests/param_test_cxx
61 /tests/param_test_benchmark
62 /tests/param_test_benchmark_cxx
63 /tests/param_test_compare_twice
64 /tests/param_test_compare_twice_cxx
65
66 #automake
67 /include/config.h
68 .deps/
69 .libs/
70 Makefile.in
71 Makefile
72 *.la
73 *.bz2
74 *.o
75 *.lo
76 *.loT
77 *.log
78 *.trs
79 /config.log
80 /configure
81 /config/compile
82 /config/config.guess
83 /config/config.sub
84 /config/depcomp
85 /config/install-sh
86 /config/ltmain.sh
87 /config/missing
88 /config/test-driver
89 /aclocal.m4
90 /m4/libtool.m4
91 /m4/lt~obsolete.m4
92 /m4/ltoptions.m4
93 /m4/ltsugar.m4
94 /m4/ltversion.m4
95 /libtool
96 /include/stamp-h1
97 /include/config.h.in
98 /include/config.h.in~
99 /config.status
100 /autom4te.cache/
101 /config
This page took 0.03375 seconds and 5 git commands to generate.