summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-01-24gitignore: add test-suite filesDavid Herrmann1-0/+1
The *.log and *.trs files should be ignored by git as well as the GNU autotools ./test-driver helper script. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2012-09-25man: add man-page infrastructureDavid Herrmann1-0/+2
This adds a man-page infrastructure based on Docbook XML files. This allows us to integrate the man-pages into the publican books later. An example page for wl_display_connect() (with an alias wl_display_connect_to_fd()) is also added. Feel free to add more man-pages. Function calls are put in man3 and overview pages into man7. All pages (including aliases) have to be added to the Makefile. Docbook does generate aliases automatically from the additional names that were put in the XML file. However, a small SED script is needed to fixup the include-paths in the generated troff files. If someone knows how to avoid that (or even install them gzip'ped), please fix it up. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2012-07-23.gitignore: Add ctags and cscope filesDaniel Stone1-0/+2
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2011-04-29Add some things related to wayland-scanner to .gitignoreCasey Dahlin1-0/+1
2010-11-11Clean up .gitignore filesNikolai Kondrashov1-8/+24
Sort the contents and update .gitignore files to hide generated files from git status output. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com>
2010-09-14Move example compositor to subdirectoryKristian Høgsberg1-1/+0
2010-08-16Add DMZ cursor themeKristian Høgsberg1-1/+0
Some day we can make this parse X cursor themes
2010-08-03Generate protocol types and metadata from xmlKristian Høgsberg1-0/+1
2010-06-11Split native drm part of compositor outKristian Høgsberg1-5/+1
2010-06-04Move clients to subdirectoryKristian Høgsberg1-1/+1
2009-02-05Add a crazy rambling style TODO file.Kristian Høgsberg1-2/+1
2008-12-10Install libraries plus headers and add pkg-config files.Kristian Høgsberg1-0/+1
2008-12-07Refactor window logic into reusable parts, add a new terminal application.Kristian Høgsberg1-1/+2
The gears code is moved into a new file gearc.c and the window decoration and management code stays in window.c. A new application 'terminal' is the second user of the windowing code, but doesn't do anything useful yet.
2008-12-05Update .gitignore.Kristian Høgsberg1-1/+3
2008-12-04Use autoconf instead of $(shell ...) in the Makefile.Kristian Høgsberg1-0/+5
2008-12-02Update .gitignore.Kristian Høgsberg1-4/+3
2008-11-25Add .gitignore.Kristian Høgsberg1-0/+10