Jeff Thompson | cc2474f | 2013-07-02 10:36:05 -0700 | [diff] [blame] | 1 | # Compiled files |
Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 2 | *.slo |
3 | *.lo | ||||
4 | *.o | ||||
Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 5 | *.so |
6 | *.dylib | ||||
Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 7 | *.lai |
8 | *.la | ||||
9 | *.a | ||||
Jeff Thompson | cc2474f | 2013-07-02 10:36:05 -0700 | [diff] [blame] | 10 | bin/* |
Jeff Thompson | 469e92a | 2013-08-22 19:07:16 -0700 | [diff] [blame] | 11 | libs/* |
Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 12 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 13 | # Emacs temp files |
14 | *~ | ||||
15 | |||||
16 | # Autoconf files | ||||
Alexander Afanasyev | 7eb64f1 | 2014-01-02 18:39:49 -0800 | [diff] [blame] | 17 | Makefile |
18 | Makefile.in | ||||
19 | .libs | ||||
20 | .deps | ||||
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 21 | /autom4te.cache |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 22 | config.log |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 23 | /config.status |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 24 | /include/config.h |
Jeff Thompson | b752300 | 2013-10-09 10:25:00 -0700 | [diff] [blame] | 25 | /_configs.sed |
26 | /stamp-h1 | ||||
Yingdi Yu | 61ec272 | 2014-01-20 14:22:32 -0800 | [diff] [blame] | 27 | /include/ndn-cpp-dev/ndn-cpp-config.h |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 28 | /include/stamp-h1 |
Jeff Thompson | 82e9e6e | 2013-08-05 10:40:36 -0700 | [diff] [blame] | 29 | /aclocal.m4 |
Jeff Thompson | 508f2da | 2013-10-09 14:47:16 -0700 | [diff] [blame] | 30 | /libtool |
Jeff Thompson | d0f62e1 | 2013-10-09 17:41:25 -0700 | [diff] [blame] | 31 | /condefs.h |
32 | /conftest.cpp | ||||
33 | /conftest.err | ||||
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 34 | *.Po |
Jeff Thompson | 9e69c15 | 2013-06-19 14:16:10 -0700 | [diff] [blame] | 35 | .deps |
36 | .dirstamp | ||||
Jeff Thompson | 914eb56 | 2013-07-02 11:17:18 -0700 | [diff] [blame] | 37 | *.tar.gz |
Jeff Thompson | dc2c430 | 2013-11-22 12:04:16 -0800 | [diff] [blame] | 38 | # Let autoconf automatically copy these files |
39 | /m4/libtool.m4 | ||||
40 | /m4/ltoptions.m4 | ||||
41 | /m4/ltsugar.m4 | ||||
42 | /m4/ltversion.m4 | ||||
43 | /m4/lt~obsolete.m4 | ||||
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 44 | |
Alexander Afanasyev | bf4652a | 2013-11-18 18:38:01 -0800 | [diff] [blame] | 45 | Makefile.in |
46 | ar-lib | ||||
47 | compile | ||||
48 | config.guess | ||||
49 | config.sub | ||||
50 | configure | ||||
51 | depcomp | ||||
Alexander Afanasyev | bf4652a | 2013-11-18 18:38:01 -0800 | [diff] [blame] | 52 | include/config.h.in |
53 | install-sh | ||||
54 | ltmain.sh | ||||
55 | missing | ||||
56 | |||||
Jeff Thompson | ae6c1a0 | 2013-06-26 17:43:29 -0700 | [diff] [blame] | 57 | # Doxygen output |
58 | /doc/html | ||||
59 | /doc/latex | ||||
60 | |||||
Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 61 | # Mac OSX |
62 | .DS_Store | ||||
Alexander Afanasyev | ab82bc5 | 2014-01-02 21:26:19 -0800 | [diff] [blame] | 63 | |
64 | # Tests | ||||
65 | tests/test-encode-decode-benchmark | ||||
66 | tests/test-encode-decode-data | ||||
67 | tests/test-encode-decode-forwarding-entry | ||||
68 | tests/test-encode-decode-interest | ||||
69 | tests/test-get-async | ||||
70 | tests/test-publish-async | ||||
Alexander Afanasyev | fad679c | 2014-01-06 18:09:26 -0800 | [diff] [blame] | 71 | |
72 | # Tests using Boost's unit test framework | ||||
73 | tests_boost/unit-tests | ||||
74 | |||||
Alexander Afanasyev | 303b350 | 2014-01-07 12:02:59 -0800 | [diff] [blame] | 75 | # Tools |
76 | tools/tlvdump | ||||
Yingdi Yu | fffd1e4 | 2014-01-20 15:02:41 -0800 | [diff] [blame] | 77 | tools/ndncatchunks3 |
78 | tools/ndnputchunks3 | ||||
Alexander Afanasyev | 303b350 | 2014-01-07 12:02:59 -0800 | [diff] [blame] | 79 | |
Alexander Afanasyev | c4b7598 | 2014-01-09 14:51:45 -0800 | [diff] [blame] | 80 | # Examples |
81 | examples/consumer | ||||
82 | examples/producer | ||||
83 | |||||
Alexander Afanasyev | 06e9d25 | 2014-01-18 16:52:18 -0800 | [diff] [blame] | 84 | # pkg-config file |
85 | libndn-cpp-dev.pc |