diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-26 21:24:53 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-26 21:24:53 -0500 |
commit | 82f0ba7e98430b5a7df740f8a4f5b5e02e54c1eb (patch) | |
tree | b45a92e5f0944ce7bbb7d69918067bb993f72298 /.gitignore | |
parent | 4220d91d4d6c5e6cf911d2974239d85929cc5e67 (diff) |
git ignore workdir and clean it on make clea
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a1b1db7fc9a8..981d563feadd 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,8 @@ /*/unxios?.pro /*/unxand? /*/unxand?.pro -/solver/* +/workdir +/solver /instsetoo_native/util/LibreOffice /instsetoo_native/util/LibreOffice_SDK |