summaryrefslogtreecommitdiff
path: root/sort-dctrl
diff options
context:
space:
mode:
authorJon Bernard <jbernard@debian.org>2007-12-06 13:04:51 -0500
committerJon Bernard <jbernard@debian.org>2007-12-06 13:04:51 -0500
commit07d586f563a1a60d2407e38f225abd5768ebfc76 (patch)
tree15f01ad30c2805f47376d890238f3ac567842636 /sort-dctrl
parentb7c994909790e299729666e225b0b5987dec40db (diff)
downloaddctrl-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/.gitignore3
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