Add parametrized tests
[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
56 /tests/basic_test
57 /tests/param_test
58 /tests/param_test_benchmark
59 /tests/param_test_compare_twice
60
61 #automake
62 /include/config.h
63 .deps/
64 .libs/
65 Makefile.in
66 Makefile
67 *.la
68 *.bz2
69 *.o
70 *.lo
71 *.loT
72 *.log
73 *.trs
74 /config.log
75 /configure
76 /config/compile
77 /config/config.guess
78 /config/config.sub
79 /config/depcomp
80 /config/install-sh
81 /config/ltmain.sh
82 /config/missing
83 /config/test-driver
84 /aclocal.m4
85 /m4/libtool.m4
86 /m4/lt~obsolete.m4
87 /m4/ltoptions.m4
88 /m4/ltsugar.m4
89 /m4/ltversion.m4
90 /libtool
91 /include/stamp-h1
92 /include/config.h.in
93 /config.status
94 /autom4te.cache/
95 /config
This page took 0.03699 seconds and 5 git commands to generate.