Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 1 | # Compiled Object files |
| 2 | *.slo |
| 3 | *.lo |
| 4 | *.o |
| 5 | |
| 6 | # Compiled Dynamic libraries |
| 7 | *.so |
| 8 | *.dylib |
| 9 | |
| 10 | # Compiled Static libraries |
| 11 | *.lai |
| 12 | *.la |
| 13 | *.a |
| 14 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 15 | # Emacs temp files |
| 16 | *~ |
| 17 | |
| 18 | # Autoconf files |
| 19 | /Makefile |
| 20 | /aclocal.m4 |
| 21 | /autom4te.cache |
Jeff Thompson | 104fcb3 | 2013-06-19 15:55:03 -0700 | [diff] [blame] | 22 | /config.h |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 23 | /config.log |
| 24 | /config.status |
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 25 | /config.guess |
| 26 | /config.sub |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 27 | /stamp-h1 |
| 28 | *.Po |
Jeff Thompson | 9e69c15 | 2013-06-19 14:16:10 -0700 | [diff] [blame] | 29 | .deps |
| 30 | .dirstamp |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 31 | |
Jeff Thompson | ae6c1a0 | 2013-06-26 17:43:29 -0700 | [diff] [blame] | 32 | # Doxygen output |
| 33 | /doc/html |
| 34 | /doc/latex |
| 35 | |
Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 36 | # Mac OSX |
| 37 | .DS_Store |