summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2dfd2abe80e51943c248f4353c34923fab188870 (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
# all generated files reside in here
/stage/*

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

# build system meta-data
/.sconsign.*

# 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.gz
/autoconf-archive-*.*.*.tar.bz2
/autom4te.cache/*
/build-aux/*
/config.log
/config.status
/configure