aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* build: drop autotoolsSimon Ser2021-03-051-40/+0
| | | | | | Meson now replaces autotools. Signed-off-by: Simon Ser <contact@emersion.fr>
* .gitignore: add wayland-egl-abi-checkEmil Velikov2018-04-021-0/+1
| | | | | | | | Instruct git go ignore the file, in case we've done an in-tree build. Cc: Derek Foreman <derekf@osg.samsung.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
* tests: add scanner testsPekka Paalanen2016-11-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests that ensure that wayland-scanner output for a given input does not change unexpectedly. This makes it very easy to review wayland-scanner patches. Before, when patches were proposed for wayland-scanner, I had to build wayland without the patches, save the generated files into a temporary directory, apply the patches, build again, and diff the old vs. new generated file. No more. Now whenever someone makes intentional changes to wayland-scanner's output, he will also have to patch the example output files to match. That means that reviewers see the diff of the generated files straight from the patch itself. Verifying the diff is true is as easy as 'make check'. The tests use separate example XML files instead of wayland.xml directly, so that wayland.xml can be updated without fixing scanner tests, avoiding the churn. example.xml starts as a copy of wayland.xml. If wayland.xml starts using new wayland-scanner features, they should be copied into example.xml again to be covered by the tests. This patch relies on the previous patch to actually add all the data files for input and reference output. The scanner output is fed through sed to remove parts that are allowed to vary: the scanner version string. v2: no need for scanner-test.sh to depend on the test data Task: https://phabricator.freedesktop.org/T3313 Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> (v1) Reviewed-by: Yong Bakos <ybakos@humanoriented.com> Tested-by: Yong Bakos <ybakos@humanoriented.com>
* gitignore: Ignore some dist generated filesBryce Harrington2015-07-301-0/+2
|
* gitignore: Bulk ignore all *-test filesBryce Harrington2015-05-261-17/+1
|
* gitignore: ignore recently added headers-testBryce Harrington2015-05-261-0/+1
|
* gitignore: Add the new cpp-compile-testBryce Harrington2015-01-291-0/+1
|
* gitignore: adpat to scanner and protocol path changesOlivier Blin2014-11-191-1/+1
| | | | | | | | | | | Since commit 4c163b9b001bd93aaf97d7e962873a379eb90bfd, wayland-scanner is built in top builddir instead of src, and protocol files are generated in protocol subdir instead of src. Protocol files generated in the new path are already properly ignored in the toplevel gitignore file. Signed-off-by: Olivier Blin <olivier.blin@softathome.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* gitignore: Add another test-suite fileBryce W. Harrington2014-07-251-0/+1
| | | | Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
* update .gitignorePekka Paalanen2014-03-101-0/+22
| | | | | | Makes 'git status' clean again after a successful 'make distcheck'. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* gitignore: add ./compileChang Liu2013-09-111-0/+1
| | | | ./compile is a GNU autotools helper script and should be ignored by git
* gitignore: add test-suite filesDavid Herrmann2013-01-241-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>
* man: add man-page infrastructureDavid Herrmann2012-09-251-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>
* .gitignore: Add ctags and cscope filesDaniel Stone2012-07-231-0/+2
| | | | Signed-off-by: Daniel Stone <daniel@fooishbar.org>
* Add some things related to wayland-scanner to .gitignoreCasey Dahlin2011-04-291-0/+1
|
* Clean up .gitignore filesNikolai Kondrashov2010-11-111-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>
* Move example compositor to subdirectoryKristian Høgsberg2010-09-141-1/+0
|
* Add DMZ cursor themeKristian Høgsberg2010-08-161-1/+0
| | | | Some day we can make this parse X cursor themes
* Generate protocol types and metadata from xmlKristian Høgsberg2010-08-031-0/+1
|
* Split native drm part of compositor outKristian Høgsberg2010-06-111-5/+1
|
* Move clients to subdirectoryKristian Høgsberg2010-06-041-1/+1
|
* Add a crazy rambling style TODO file.Kristian Høgsberg2009-02-051-2/+1
|
* Install libraries plus headers and add pkg-config files.Kristian Høgsberg2008-12-101-0/+1
|
* Refactor window logic into reusable parts, add a new terminal application.Kristian Høgsberg2008-12-071-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.
* Update .gitignore.Kristian Høgsberg2008-12-051-1/+3
|
* Use autoconf instead of $(shell ...) in the Makefile.Kristian Høgsberg2008-12-041-0/+5
|
* Update .gitignore.Kristian Høgsberg2008-12-021-4/+3
|
* Add .gitignore.Kristian Høgsberg2008-11-251-0/+10