summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 90f617a8903242c8c8f54f5ea0b1869eee4b4e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# all generated files reside in here
/stage/*

# byte-compiled version of the python module
/macro.pyc

# the html tree is maintained in a separate, CVS-based repository
/html/*

# files generated by Autoconf, Automake, and Gnulib
/AUTHORS
/COPYING
/ChangeLog
/GNUmakefile
/INSTALL
/Makefile
/Makefile.in
/aclocal.m4
/autoconf-archive-*.*.*.tar.*
/autoconf-archive.info
/autoconf-archive.info-?
/autom4te.cache/*
/build-aux/*
/config.log
/config.status
/configure
/doc/*
/gnulib
/maint.mk
/stamp-vti
/version.texi