diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-01-07 14:12:34 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-07 12:56:09 -0800 |
commit | 1b3132f5e981b3398e08263742332cc966bebc07 (patch) | |
tree | 69f9a616eb8cde04ef55188c63aa944aea5e4885 | |
parent | 8ab4749aaefb3727b9fc58bb37b50a2d07eb1531 (diff) |
xwin: ignore intermediate .man file
Only detectable on a Cygwin build
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | hw/xwin/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xwin/.gitignore b/hw/xwin/.gitignore index a99695030..a8c3a286b 100644 --- a/hw/xwin/.gitignore +++ b/hw/xwin/.gitignore @@ -2,4 +2,5 @@ winprefslex.c winprefsyacc.c winprefsyacc.h - +XWin.man +XWinrc.man |