blob: a4aeb3a02e4afebc33d3761ea88332abb88fe17b [file] [log] [blame]
Patrick Venture38e8c6e2018-10-24 09:23:35 -07001# Template from:
2# https://github.com/github/gitignore/blob/master/Autotools.gitignore
3
4# http://www.gnu.org/software/automake
5
6Makefile.in
7/ar-lib
8/mdate-sh
9/py-compile
10/test-driver
11/ylwrap
12
13# http://www.gnu.org/software/autoconf
14
15/autom4te.cache
16/autoscan.log
17/autoscan-*.log
18/aclocal.m4
Patrick Venture6471cef2018-11-25 10:59:55 -080019/build-aux
Patrick Venture38e8c6e2018-10-24 09:23:35 -070020/compile
21/config.guess
22/config.h.in
23/config.sub
24/configure
25/configure.scan
26/depcomp
27/install-sh
Patrick Venture6471cef2018-11-25 10:59:55 -080028/m4
Patrick Venture38e8c6e2018-10-24 09:23:35 -070029/missing
30/stamp-h1
31
32# https://www.gnu.org/software/libtool/
33
34/ltmain.sh
35
36# http://www.gnu.org/software/texinfo
37
38/texinfo.tex
39
40# Repo Specific Items
41*.o
42/config.h
43/config.h.in~
44/config.log
45/config.status
46Makefile
47.deps
48.dirstamp
49/lib*
50.libs/
51/*-libtool
52/ipmid
53.project
54/test/*_unittest
55/test/*.log
56/test/*.trs
57
58# ignore vim swap files
59.*.sw*
60# failures from patch
61*.orig
62*.rej
63# backup files from some editors
64*~
65.cscope/
66build/