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