diff options
author | Sebastian Kuzminsky <seb@highlab.com> | 2011-11-20 10:16:46 -0700 |
---|---|---|
committer | Sebastian Kuzminsky <seb@highlab.com> | 2011-11-20 10:16:46 -0700 |
commit | 4f9d73020599e369bb9a309bdd47a7a3db575a70 (patch) | |
tree | 4156556f9e26a5b0ab16b31c2c044fb7e778a404 | |
parent | fb277593030f938a27930538ab037f8c387d97b1 (diff) | |
download | linuxcnc-4f9d73020599e369bb9a309bdd47a7a3db575a70.tar.gz linuxcnc-4f9d73020599e369bb9a309bdd47a7a3db575a70.zip |
don't ignore the important emc2-doc-* files
The old .gitignore "emc2-doc-*" pattern was too inclusive, and ignored
files that are actually interesting, such as "emc2-doc-*.files.in".
The replacement pattern just ignores the docs package staging directories,
while leaving the interesting files visible.
-rw-r--r-- | debian/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/.gitignore b/debian/.gitignore index bd062c54f..f1bf4daf3 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -10,7 +10,7 @@ emc2 emc2-dev emc2-sim-dev emc2-python -emc2-doc-* +emc2-doc-*/ *.substvars /emc2.files /emc2-sim.files |