summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add a regression test for fd.o #23831Simon McVittie2010-12-021-0/+2
|
* Ignore generated files from newer libtoolSimon McVittie2010-02-181-0/+5
|
* .gitignore: ignore patch(1) cruft, and detached signatures for the release ↵Simon McVittie2007-06-291-0/+3
| | | | tarballs
* Generate ChangeLog during make dist rather than during make.Simon McVittie2007-05-091-1/+0
| | | | Commit a dummy ChangeLog so the autotools won't fail in git checkouts.
* Stop tutorial.txt being generated by ./configure - not worthwhile just for a ↵Simon McVittie2007-05-071-1/+0
| | | | version number
* .gitignore: Ignore INSTALL and dbus-python-*.tar.gzSimon McVittie2007-04-241-0/+2
|
* Alter Makefile.am, configure.ac to recurse into subdirs for previous change ↵Simon McVittie2007-01-221-0/+1
| | | | to take effect
* Ignore generated documentationSimon McVittie2007-01-161-0/+2
|
* configure.ac: don't divert autotools cruft into autotools/, it's probably ↵Simon McVittie2007-01-151-8/+8
| | | | more trouble than it's worth (fd.o#9630); .gitignore: adjust accordingly
* .gitignore: ignore the generated MakefileSimon McVittie2006-12-191-0/+1
|
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-181-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
* .gitignore: Ignore MANIFEST, dist/Simon McVittie2006-09-271-0/+2
|
* .gitignore: Add files generated during testSimon McVittie2006-09-011-0/+2
|
* .gitignore: Amend for renaming of dbus_bindingsSimon McVittie2006-09-011-3/+3
|
* .gitignore: Add. Ignore distutils build dir, Python bytecode, Vim swapfiles, ↵Simon McVittie2006-08-301-0/+8
and generated ChangeLog, .pxd and .c files.