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

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

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

# files generated by Autoconf, Automake, and Gnulib
/AUTHORS
/ChangeLog
/GNUmakefile
/INSTALL
/Makefile
/Makefile.in
/README
/aclocal.m4
/autoconf-archive-*.*.*.tar.*
/autoconf-archive-*.*.*/*
/autom4te.cache/*
/build-aux/*
/config.log
/config.status
/configure
/maint.mk