>From 4f42b10461f3807017b8f06962adbff1b3d73e24 Mon Sep 17 00:00:00 2001 From: John Kacur <jkacur@xxxxxxxxxx> Date: Tue, 14 Feb 2012 01:47:25 +0100 Subject: [PATCH] gitignore: differentiate between program names and directories Many rt-test programs including cyclictest have directories with the same name as the generated binaries. Tell .gitignore to only ignore the program names and not the directories by using a slash prefix. Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- .gitignore | 31 ++++++++++++++++++------------- 1 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 44b3d4d..047925c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,19 +10,24 @@ releases BUILD RPMS SRPMS -classic_pi -pi_stress -cyclictest -signaltest + +# +# Top-level programs +# +/classic_pi +/pi_stress +/cyclictest +/signaltest +/hwlatdetect +/rt-migrate-test +/ptsematest +/sendme +/sigwaittest +/svsematest +/pip_stress +/hackbench +/pmqtest + rt-tests.spec -hwlatdetect tags TAGS -rt-migrate-test -ptsematest -sendme -sigwaittest -svsematest -pip_stress -hackbench -pmqtest -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html