diff --git a/.gitignore b/.gitignore index f32722697b..4a7188cdfb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ *.la *.so *.jar + +# ignore derived files lex.yy.c # Corefiles @@ -32,9 +34,10 @@ linux*Gcc* # reinstate wmake/rules that look like build folders !wmake/rules/linux* -# but do ignore the derived files in there -wmake/rules/linux*/dirToString -wmake/rules/linux*/wmkdep + +# but do continue to ignore the derived wmake files +wmake/rules/*/dirToString +wmake/rules/*/wmkdep # doxygen generated documentation doc/[Dd]oxygen/html diff --git a/wmake/rules/linux64Gcc42/dirToString b/wmake/rules/linux64Gcc42/dirToString deleted file mode 100755 index 1f9e9266a6..0000000000 Binary files a/wmake/rules/linux64Gcc42/dirToString and /dev/null differ diff --git a/wmake/rules/linux64Gcc42/wmkdep b/wmake/rules/linux64Gcc42/wmkdep deleted file mode 100755 index 002e73dea8..0000000000 Binary files a/wmake/rules/linux64Gcc42/wmkdep and /dev/null differ diff --git a/wmake/rules/linux64Icc/dirToString b/wmake/rules/linux64Icc/dirToString deleted file mode 100755 index e58c7b3a73..0000000000 Binary files a/wmake/rules/linux64Icc/dirToString and /dev/null differ diff --git a/wmake/rules/linux64Icc/wmkdep b/wmake/rules/linux64Icc/wmkdep deleted file mode 100755 index b7653e1c7a..0000000000 Binary files a/wmake/rules/linux64Icc/wmkdep and /dev/null differ diff --git a/wmake/rules/linuxGcc/dirToString b/wmake/rules/linuxGcc/dirToString deleted file mode 100755 index fdcb3c3445..0000000000 Binary files a/wmake/rules/linuxGcc/dirToString and /dev/null differ diff --git a/wmake/rules/linuxGcc/wmkdep b/wmake/rules/linuxGcc/wmkdep deleted file mode 100755 index c80fc36703..0000000000 Binary files a/wmake/rules/linuxGcc/wmkdep and /dev/null differ diff --git a/wmake/rules/linuxGcc42/dirToString b/wmake/rules/linuxGcc42/dirToString deleted file mode 100755 index fdcb3c3445..0000000000 Binary files a/wmake/rules/linuxGcc42/dirToString and /dev/null differ diff --git a/wmake/rules/linuxGcc42/wmkdep b/wmake/rules/linuxGcc42/wmkdep deleted file mode 100755 index c80fc36703..0000000000 Binary files a/wmake/rules/linuxGcc42/wmkdep and /dev/null differ diff --git a/wmake/rules/linuxIA64Gcc/dirToString b/wmake/rules/linuxIA64Gcc/dirToString deleted file mode 100755 index b92e398d1b..0000000000 Binary files a/wmake/rules/linuxIA64Gcc/dirToString and /dev/null differ diff --git a/wmake/rules/linuxIA64Gcc/wmkdep b/wmake/rules/linuxIA64Gcc/wmkdep deleted file mode 100755 index a78ea39764..0000000000 Binary files a/wmake/rules/linuxIA64Gcc/wmkdep and /dev/null differ diff --git a/wmake/rules/linuxIA64Icc/dirToString b/wmake/rules/linuxIA64Icc/dirToString deleted file mode 100755 index 5a96ebf8ba..0000000000 Binary files a/wmake/rules/linuxIA64Icc/dirToString and /dev/null differ diff --git a/wmake/rules/linuxIA64Icc/wmkdep b/wmake/rules/linuxIA64Icc/wmkdep deleted file mode 100755 index 28d1bcba3a..0000000000 Binary files a/wmake/rules/linuxIA64Icc/wmkdep and /dev/null differ diff --git a/wmake/rules/linuxIcc/dirToString b/wmake/rules/linuxIcc/dirToString deleted file mode 100755 index 44215285ab..0000000000 Binary files a/wmake/rules/linuxIcc/dirToString and /dev/null differ diff --git a/wmake/rules/solarisGcc/dirToString b/wmake/rules/solarisGcc/dirToString deleted file mode 100755 index 914aee149a..0000000000 Binary files a/wmake/rules/solarisGcc/dirToString and /dev/null differ diff --git a/wmake/rules/solarisGcc/wmkdep b/wmake/rules/solarisGcc/wmkdep deleted file mode 100755 index 24118dc007..0000000000 Binary files a/wmake/rules/solarisGcc/wmkdep and /dev/null differ