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 | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 11 | |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 12 | # Emacs temp files |
13 | *~ | ||||
14 | |||||
15 | # Autoconf files | ||||
16 | /Makefile | ||||
17 | /aclocal.m4 | ||||
18 | /autom4te.cache | ||||
Jeff Thompson | 104fcb3 | 2013-06-19 15:55:03 -0700 | [diff] [blame] | 19 | /config.h |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 20 | /config.log |
21 | /config.status | ||||
Jeff Thompson | 3617406 | 2013-06-21 16:03:44 -0700 | [diff] [blame] | 22 | /config.guess |
23 | /config.sub | ||||
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 24 | /stamp-h1 |
25 | *.Po | ||||
Jeff Thompson | 9e69c15 | 2013-06-19 14:16:10 -0700 | [diff] [blame] | 26 | .deps |
27 | .dirstamp | ||||
Jeff Thompson | 914eb56 | 2013-07-02 11:17:18 -0700 | [diff] [blame] | 28 | *.tar.gz |
Jeff Thompson | 39128c6 | 2013-06-19 14:08:51 -0700 | [diff] [blame] | 29 | |
Jeff Thompson | ae6c1a0 | 2013-06-26 17:43:29 -0700 | [diff] [blame] | 30 | # Doxygen output |
31 | /doc/html | ||||
32 | /doc/latex | ||||
33 | |||||
Jeff Thompson | 03c751a | 2013-06-18 13:33:22 -0700 | [diff] [blame] | 34 | # Mac OSX |
35 | .DS_Store |