Marri Devender Rao | a28f2a5 | 2017-04-27 01:12:48 -0500 | [diff] [blame] | 1 | #Template from |
2 | # https://github.com/github/gitignore/blob/master/Autotools.gitignore | ||||
3 | # http://www.gnu.org/software/automake | ||||
4 | Makefile.in | ||||
5 | |||||
6 | # http://www.gnu.org/software/autoconf | ||||
7 | /autom4te.cache | ||||
8 | /aclocal.m4 | ||||
9 | /compile | ||||
10 | /config.guess | ||||
11 | /config.h.in | ||||
12 | /config.sub | ||||
13 | /configure | ||||
14 | /depcomp | ||||
15 | /install-sh | ||||
16 | /missing | ||||
17 | /stamp-h1 | ||||
18 | |||||
19 | # https://www.gnu.org/software/libtool/ | ||||
20 | /ltmain.sh | ||||
21 | |||||
22 | # Repo specific items | ||||
23 | /*.o | ||||
24 | /config.h | ||||
25 | /config.log | ||||
26 | /config.status | ||||
27 | /checkstop_app | ||||
28 | /Makefile | ||||
29 | *-libtool | ||||
30 | /.deps | ||||
31 |