diff options
| author | Yong Bakos <ybakos@humanoriented.com> | 2016-03-10 22:31:59 -0600 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-03-10 22:24:20 -0800 |
| commit | 0715ee5cf9c467b0aa2717f6276716d81fd0178b (patch) | |
| tree | ec236e1e28adcc286394e0eee787e88bbb4789bc | |
| parent | doc: Ignore html subdirectory. (diff) | |
| download | wayland-0715ee5cf9c467b0aa2717f6276716d81fd0178b.tar wayland-0715ee5cf9c467b0aa2717f6276716d81fd0178b.tar.gz wayland-0715ee5cf9c467b0aa2717f6276716d81fd0178b.tar.bz2 wayland-0715ee5cf9c467b0aa2717f6276716d81fd0178b.tar.lz wayland-0715ee5cf9c467b0aa2717f6276716d81fd0178b.tar.xz wayland-0715ee5cf9c467b0aa2717f6276716d81fd0178b.tar.zst wayland-0715ee5cf9c467b0aa2717f6276716d81fd0178b.zip | |
ignore: Add *.dtd.embed
Although autogen.sh has a --disable-dtd-validation option, it is
on by default, so it seems convenient to add the generated symlink
to .gitignore.
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
| -rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 4421b46..128e4f7 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,2 @@ +*.dtd.embed /wayland-version.h |
