blob: ae3de42773ee10a60ff02a20bb89dc78c11ad24d [file] [log] [blame]
Jeff Thompsoncc2474f2013-07-02 10:36:05 -07001# Compiled files
Jeff Thompson03c751a2013-06-18 13:33:22 -07002*.slo
3*.lo
4*.o
Jeff Thompson03c751a2013-06-18 13:33:22 -07005*.so
6*.dylib
Jeff Thompson03c751a2013-06-18 13:33:22 -07007*.lai
8*.la
9*.a
Jeff Thompsoncc2474f2013-07-02 10:36:05 -070010bin/*
Jeff Thompson469e92a2013-08-22 19:07:16 -070011libs/*
Jeff Thompson03c751a2013-06-18 13:33:22 -070012
Jeff Thompson39128c62013-06-19 14:08:51 -070013# Emacs temp files
14*~
15
16# Autoconf files
Alexander Afanasyev7eb64f12014-01-02 18:39:49 -080017Makefile
18Makefile.in
19.libs
20.deps
Jeff Thompson39128c62013-06-19 14:08:51 -070021/autom4te.cache
Jeff Thompson6e229042013-10-10 11:09:49 -070022config.log
Jeff Thompson39128c62013-06-19 14:08:51 -070023/config.status
Jeff Thompson6e229042013-10-10 11:09:49 -070024/include/config.h
Jeff Thompsonb7523002013-10-09 10:25:00 -070025/_configs.sed
26/stamp-h1
Jeff Thompson6e229042013-10-10 11:09:49 -070027/include/ndn-cpp/ndn-cpp-config.h
28/include/stamp-h1
Jeff Thompson82e9e6e2013-08-05 10:40:36 -070029/aclocal.m4
Jeff Thompson508f2da2013-10-09 14:47:16 -070030/libtool
Jeff Thompsond0f62e12013-10-09 17:41:25 -070031/condefs.h
32/conftest.cpp
33/conftest.err
Jeff Thompson39128c62013-06-19 14:08:51 -070034*.Po
Jeff Thompson9e69c152013-06-19 14:16:10 -070035.deps
36.dirstamp
Jeff Thompson914eb562013-07-02 11:17:18 -070037*.tar.gz
Jeff Thompsondc2c4302013-11-22 12:04:16 -080038# 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 Thompson39128c62013-06-19 14:08:51 -070044
Alexander Afanasyevbf4652a2013-11-18 18:38:01 -080045Makefile.in
46ar-lib
47compile
48config.guess
49config.sub
50configure
51depcomp
Alexander Afanasyevbf4652a2013-11-18 18:38:01 -080052include/config.h.in
53install-sh
54ltmain.sh
55missing
56
Jeff Thompsonae6c1a02013-06-26 17:43:29 -070057# Doxygen output
58/doc/html
59/doc/latex
60
Jeff Thompson03c751a2013-06-18 13:33:22 -070061# Mac OSX
62.DS_Store
Alexander Afanasyevab82bc52014-01-02 21:26:19 -080063
64# Tests
65tests/test-encode-decode-benchmark
66tests/test-encode-decode-data
67tests/test-encode-decode-forwarding-entry
68tests/test-encode-decode-interest
69tests/test-get-async
70tests/test-publish-async
Alexander Afanasyevfad679c2014-01-06 18:09:26 -080071
72# Tests using Boost's unit test framework
73tests_boost/unit-tests
74