summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f19b30a0ee973241439f4a9378ff53382372cb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 and Automake
/AUTHORS
/ChangeLog
/INSTALL
/Makefile
/Makefile.in
/aclocal.m4
/autoconf-archive-*.*.*.tar.*
/autom4te.cache/*
/build-aux/*
/config.log
/config.status
/configure