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 |
| 17 | /Makefile |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 18 | /include/Makefile |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 19 | /autom4te.cache |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 20 | config.log |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 21 | /config.status |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 22 | /include/config.h |
Jeff Thompson | b752300 | 2013-10-09 10:25:00 -0700 | [diff] [blame] | 23 | /_configs.sed |
| 24 | /stamp-h1 |
Jeff Thompson | 6e22904 | 2013-10-10 11:09:49 -0700 | [diff] [blame] | 25 | /include/ndn-cpp/ndn-cpp-config.h |
| 26 | /include/stamp-h1 |
Jeff Thompson | 82e9e6e | 2013-08-05 10:40:36 -0700 | [diff] [blame] | 27 | /aclocal.m4 |
Jeff Thompson | 508f2da | 2013-10-09 14:47:16 -0700 | [diff] [blame] | 28 | /libtool |
Jeff Thompson | d0f62e1 | 2013-10-09 17:41:25 -0700 | [diff] [blame] | 29 | /condefs.h |
| 30 | /conftest.cpp |
| 31 | /conftest.err |
Jeff Thompson | 23cb742 | 2013-10-09 16:11:47 -0700 | [diff] [blame] | 32 | /m4/* |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 33 | *.Po |
Jeff Thompson | 9e69c15 | 2013-06-19 14:16:10 -0700 | [diff] [blame] | 34 | .deps |
| 35 | .dirstamp |
Jeff Thompson | 914eb56 | 2013-07-02 11:17:18 -0700 | [diff] [blame] | 36 | *.tar.gz |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 37 | |
Jeff Thompson | ae6c1a0 | 2013-06-26 17:43:29 -0700 | [diff] [blame] | 38 | # Doxygen output |
| 39 | /doc/html |
| 40 | /doc/latex |
| 41 | |
Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 42 | # Mac OSX |
| 43 | .DS_Store |