diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-25 08:07:34 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-16 11:07:30 -0500 |
commit | a7d7be20a6379bbd96a41a93f1c0edd55f1eca51 (patch) | |
tree | 2fd0e7169a233ead80065aa1e83386bc07dc12b4 /.gitignore | |
parent | 61173c1b58efa79c0ba6b08348d2796a249d0186 (diff) |
ignore the proper build-dir now one level up
feature/submodules
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 380ce01d32..f54991de48 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,10 @@ helpcontent2/wiki-to-help/*.pyc helpcontent2/wiki-to-help/mwlib_mods/*.pyc # the build directories -/*/unxlng?? -/*/unxlng??.pro -/*/wntmsc??? -/*/wntmsc???.pro -/*/unxmac?? -/*/unxmac??.pro -/*/wntgcci.pro +/unxlng?? +/unxlng??.pro +/wntmsc??? +/wntmsc???.pro +/unxmac?? +/unxmac??.pro +/wntgcci.pro |