summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: remove files which are no longer generatedFederico Mena Quintero2022-07-041-3/+0
|
* Add .gitignoreFederico Mena Quintero2022-04-191-0/+4
|
* Use git.mk to maintain .gitignore.Evan Nemerson2014-06-071-12/+0
|
* .gitignore: Ignore generated pot template files in po/ dirTommi Vainikainen2011-10-051-0/+1
|
* Remove po/Makefile.in.in & add to .gitignoreCraig Keogh2011-04-191-0/+2
|
* Modify the interface name from org.freedesktop.atspi toMark Doffman2010-02-111-1/+0
| | | | | | | | org.a11y.atspi. This is because the protocol is defined by the a11y group at the linux foundation and has not been discussed on freedesktop or over the xdg lists.
* Tweak the at-spi-dbus-bus.desktop file to add @bindir@ and ↵Willie Walker2010-01-201-1/+0
| | | | X-GNOME-Autostart-Phase
* Remove the dbind and droute libraries.Mark Doffman2009-11-071-0/+1
| | | | DBind and DRoute are now only used by at-spi2-atk so have become static libraries.
* 2008-09-29 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-09-291-17/+3
| | | | | * .gitignore Simplify the git ignore file.
* 2008-07-29 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-07-291-0/+1
| | | | | | | | | | | | | | | * pyatspi/base.py pyatspi/cache.py pyatspi/desktop.py Refactor so that Desktop and Accessible classes can use same base proxy with different caches. * pyatspi/event.py pyatspi/registry.py Add code needed from CORBA pyatspi * .gitignore Ignore *.pyc files.
* 2008-07-25 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-07-251-0/+23
* .gitignore * .autogen.sh Update to a newer version of autogen that deals with AC_CONFIG_AUX_DIR. * po/.intltool-merge-cache * po/POTFILES Remove files that are apparently removed during build. * xml/introspection/README Add a file to ensure xml/introspection directory exists. Its where the D-Bus introspection is placed. * configure.ac Add AC_CONFIG_AUX_DIR macro to put configure bunf inside config directory.