diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-10 08:56:21 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-11-11 21:40:20 -0800 |
commit | c739beb439bb813e4c82b3216daee7e89aa96f2f (patch) | |
tree | 764f980d99898d323c453c5b2dcf3ab074647d5c /hw/dmx | |
parent | 9071b0d69748cfa7ecca17b4cb0e431bbb0ef2a4 (diff) |
.gitignore: use common defaults with custom section #24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
Reviewed-By: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/.gitignore | 4 | ||||
-rw-r--r-- | hw/dmx/config/.gitignore | 13 | ||||
-rw-r--r-- | hw/dmx/doc/.gitignore | 2 | ||||
-rw-r--r-- | hw/dmx/examples/.gitignore | 17 |
4 files changed, 28 insertions, 8 deletions
diff --git a/hw/dmx/.gitignore b/hw/dmx/.gitignore index 9763d86a2..4dd9b0358 100644 --- a/hw/dmx/.gitignore +++ b/hw/dmx/.gitignore @@ -1,2 +1,2 @@ -Xdmx.1 -Xdmx.1x +# Add & Override for this directory and it's subdirectories +Xdmx diff --git a/hw/dmx/config/.gitignore b/hw/dmx/config/.gitignore index bb129dfa3..086062204 100644 --- a/hw/dmx/config/.gitignore +++ b/hw/dmx/config/.gitignore @@ -1,6 +1,7 @@ -dmxtodmx.1 -dmxtodmx.1x -vdltodmx.1 -vdltodmx.1x -xdmxconfig.1 -xdmxconfig.1x +# Add & Override for this directory and it's subdirectories +dmxtodmx +parser.c +parser.h +scanner.c +vdltodmx +xdmxconfig diff --git a/hw/dmx/doc/.gitignore b/hw/dmx/doc/.gitignore new file mode 100644 index 000000000..5bfaef372 --- /dev/null +++ b/hw/dmx/doc/.gitignore @@ -0,0 +1,2 @@ +# Add & Override for this directory and it's subdirectories +html/ diff --git a/hw/dmx/examples/.gitignore b/hw/dmx/examples/.gitignore new file mode 100644 index 000000000..5a86a7106 --- /dev/null +++ b/hw/dmx/examples/.gitignore @@ -0,0 +1,17 @@ +# Add & Override for this directory and it's subdirectories +dmxaddinput +dmxaddscreen +dmxreconfig +dmxresize +dmxrminput +dmxrmscreen +dmxwininfo +ev +evi +res +xbell +xdmx +xinput +xled +xtest + |