summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-05-02Convert documentation from epydoc to SphinxSimon McVittie1-0/+1
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-05-02.gitignore: Ignore more test logsSimon McVittie1-0/+2
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-04-21Include PKG-INFO and egg_info in dist tarballsSimon McVittie1-0/+2
PyPI no longer accepts uploads without these. Signed-off-by: Simon McVittie <smcv@collabora.com>
2017-11-01.gitignore: Ignore dbus._versionSimon McVittie1-0/+1
Signed-off-by: Simon McVittie <smcv@collabora.com>
2016-03-06.gitignore: ignore autoconf-archive and pkg-configSimon McVittie1-0/+2
Signed-off-by: Simon McVittie <smcv@debian.org>
2016-03-05Get the version from the C code, not by generating a Python fileSimon McVittie1-1/+0
This means we never try to import dbus/_version.py from the ${builddir}, which won't work. Signed-off-by: Simon McVittie <smcv@debian.org>
2016-02-19.gitignore: update and sortSimon McVittie1-1/+5
2016-01-21Ignore .dirstamp filesSimon McVittie1-0/+1
2016-01-21Add a setup.py which wraps Autotools in something virtualenv-friendlySimon McVittie1-0/+1
2015-12-06.gitignore: anchor most patterns at $(top_srcdir), and sortSimon McVittie1-38/+37
2015-12-06Put Autoconf droppings in build-aux/Simon McVittie1-0/+1
2010-12-02Add a regression test for fd.o #23831Simon McVittie1-0/+2
2010-02-18Ignore generated files from newer libtoolSimon McVittie1-0/+5
2007-06-29.gitignore: ignore patch(1) cruft, and detached signatures for the release ↵Simon McVittie1-0/+3
tarballs
2007-05-09Generate ChangeLog during make dist rather than during make.Simon McVittie1-1/+0
Commit a dummy ChangeLog so the autotools won't fail in git checkouts.
2007-05-07Stop tutorial.txt being generated by ./configure - not worthwhile just for a ↵Simon McVittie1-1/+0
version number
2007-04-24.gitignore: Ignore INSTALL and dbus-python-*.tar.gzSimon McVittie1-0/+2
2007-01-22Alter Makefile.am, configure.ac to recurse into subdirs for previous change ↵Simon McVittie1-0/+1
to take effect
2007-01-16Ignore generated documentationSimon McVittie1-0/+2
2007-01-15configure.ac: don't divert autotools cruft into autotools/, it's probably ↵Simon McVittie1-8/+8
more trouble than it's worth (fd.o#9630); .gitignore: adjust accordingly
2006-12-19.gitignore: ignore the generated MakefileSimon McVittie1-0/+1
2006-12-18Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie1-6/+29
In the process: HACKING.txt: update include/dbus-python.h: add some typedefs to make it saner bus.c, conn.c, conn-methods.c: further alter docstrings to keep epydoc happy exceptions.c: create exceptions in a more longwinded way for Python 2.5 compatibility message-get-args.c, bus/__init__.py: tweak docstrings dbus/introspect_parser.py: make docstring valid reStructuredText run-test.sh: simplify, since configure now does some of the work test/*.py: use paths from run-test.sh, cope with out-of-tree builds test-standalone.py: carry out additional sanity checks
2006-09-27.gitignore: Ignore MANIFEST, dist/Simon McVittie1-0/+2
2006-09-01.gitignore: Add files generated during testSimon McVittie1-0/+2
2006-09-01.gitignore: Amend for renaming of dbus_bindingsSimon McVittie1-3/+3
2006-08-30.gitignore: Add. Ignore distutils build dir, Python bytecode, Vim swapfiles, ↵Simon McVittie1-0/+8
and generated ChangeLog, .pxd and .c files.