diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-25 08:08:36 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-16 11:22:45 -0500 |
commit | a560f921d2e2d9be148bb87d8fdf19be6fbc590f (patch) | |
tree | 724e7f3810e0033a9b843dc4b2f7e198976e58b4 | |
parent | 2a531c1cdded4ca03e7ca5b96fb356883edfa370 (diff) |
ignore the build-dir now onee level up
-rw-r--r-- | .gitignore | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index e9cb034c107..ebc0c42950f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,9 @@ .*.sw[op] # the build directories -/*/unxlng?? -/*/unxlng??.pro -/*/wntmsc??? -/*/wntmsc???.pro -/*/unxmac??.pro -/*/unxmac?? +/unxlng?? +/unxlng??.pro +/wntmsc??? +/wntmsc???.pro +/unxmac??.pro +/unxmac?? |