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 /test | |
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 'test')
-rw-r--r-- | test/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 000000000..ed97e8171 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,2 @@ +# Add & Override for this directory and it's subdirectories +libxservertest.c |