diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-04-17 11:31:23 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-04-17 22:54:03 -0400 |
commit | d9b9eecd5464a1bd2c95778aa029d9e984fe3b9f (patch) | |
tree | e5cc987c11d919104f09128431dd1caaf7030deb /mesonbuild | |
parent | b3a76fea64a18bc6888b13430f679f7f4e2c706d (diff) | |
download | meson-d9b9eecd5464a1bd2c95778aa029d9e984fe3b9f.zip meson-d9b9eecd5464a1bd2c95778aa029d9e984fe3b9f.tar.gz meson-d9b9eecd5464a1bd2c95778aa029d9e984fe3b9f.tar.bz2 |
msetup: Restore .gitignore after wipe
Diffstat (limited to 'mesonbuild')
-rw-r--r-- | mesonbuild/msetup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/msetup.py b/mesonbuild/msetup.py index 5c7bb17..b348948 100644 --- a/mesonbuild/msetup.py +++ b/mesonbuild/msetup.py @@ -101,6 +101,7 @@ class MesonApp: else: mesonlib.windows_proof_rm(l) finally: + self.add_vcs_ignore_files(self.build_dir) for b, f in restore: os.makedirs(os.path.dirname(f), exist_ok=True) shutil.move(b, f) |