diff options
author | Jon Bernard <jbernard@debian.org> | 2007-12-06 13:04:51 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@debian.org> | 2007-12-06 13:04:51 -0500 |
commit | 07d586f563a1a60d2407e38f225abd5768ebfc76 (patch) | |
tree | 15f01ad30c2805f47376d890238f3ac567842636 /sort-dctrl | |
parent | b7c994909790e299729666e225b0b5987dec40db (diff) | |
download | dctrl-tools-07d586f563a1a60d2407e38f225abd5768ebfc76.tar.gz |
Fix git ignore targets
Files listed in .gitignore should not list files that are generated in
specific subdirectories. Add them in the ".gitignore" file in that
subdirectory instead.
For example, having "grep-dctrl" in ".gitignore" causes the directory
"grep-dctrl" and all of its contents to be ignored, rather than the
executable which was intended.
Signed-off-by: Jon Bernard <jbernard@debian.org>
Diffstat (limited to 'sort-dctrl')
-rw-r--r-- | sort-dctrl/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sort-dctrl/.gitignore b/sort-dctrl/.gitignore new file mode 100644 index 0000000..e125345 --- /dev/null +++ b/sort-dctrl/.gitignore @@ -0,0 +1,3 @@ +*.d +*.o +sort-dctrl |