File tree Expand file tree Collapse file tree 1 file changed +6
-120
lines changed
Expand file tree Collapse file tree 1 file changed +6
-120
lines changed Original file line number Diff line number Diff line change 1- # http://www.gnu.org/software/automake
21
3- Makefile.in
4- /ar-lib
5- /mdate-sh
6- /py-compile
7- /test-driver
8- /ylwrap
9- .deps /
10- nfbCInterface /.deps /
11- .dirstamp
2+ # Default build directory
3+ build /
124
13- # http://www.gnu.org/software/autoconf
5+ # Visual Studio files
6+ .vscode /
147
15- autom4te.cache
16- /autoscan.log
17- /autoscan- * .log
18- /aclocal.m4
19- /compile
20- /config.guess
21- /config.h.in
22- /config.log
23- /config.status
24- /config.sub
25- /configure
26- /configure.scan
27- /depcomp
28- /install-sh
29- /missing
30- /stamp-h1
31-
32- # https://www.gnu.org/software/libtool/
33-
34- /ltmain.sh
35-
36- # http://www.gnu.org/software/texinfo
37-
38- /texinfo.tex
39-
40- # http://www.gnu.org/software/m4/
41-
42- m4 /libtool.m4
43- m4 /ltoptions.m4
44- m4 /ltsugar.m4
45- m4 /ltversion.m4
46- m4 /lt~obsolete.m4
47-
48- # Generated Makefile
49- # (meta build system like autotools,
50- # can automatically generate from config.status script
51- # (which is called by configure script))
52- Makefile
53-
54- # Prerequisites
55- * .d
56-
57- # Compiled Object files
58- * .slo
59- * .lo
60- * .o
61- * .obj
62-
63- # Precompiled Headers
64- * .gch
65- * .pch
66-
67- # Compiled Dynamic libraries
68- * .so
69- * .dylib
70- * .dll
71-
72- # Fortran module files
73- * .mod
74- * .smod
75-
76- # Compiled Static libraries
77- * .lai
78- * .la
79- * .a
80- * .lib
81-
82- # Executables
83- * .exe
84- * .out
85- * .app
86-
87-
88- # Generated Ipfixprobe Files
89- config.h
90- .idea /
91- ipfixprobe.bash
92- ipfixprobe.spec
93- libtool
94- fields.c
95- fields.h
96- ipfixprobe-nemea. *
97- ipfixprobe
98- ipfixprobe_stats
99- ipfixprobe- * .tar.gz
100-
101- # Test Outputs
102- tests /* /* .log
103- tests /* /* .trs
104- tests /output /
105- tests /functional /output
106- # Unit test binaries
107- tests /unit /byte_utils
108- tests /unit /flowifc
109- tests /unit /options
110- tests /unit /unirec
111- tests /unit /utils
112-
113- # Mac Finder metafile
114- ** /.DS_Store
115-
116- # vscode settings files
117- .vscode
118-
119- # jekyll files
120- docs /_site /
121- docs /.sass-cache /
122- docs /.jekyll-metadata /
123- docs /.jekyll-cache /
8+ # Clangd cache files
9+ .clang /
You can’t perform that action at this time.
0 commit comments