From d9b9eecd5464a1bd2c95778aa029d9e984fe3b9f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 17 Apr 2021 11:31:23 -0400 Subject: msetup: Restore .gitignore after wipe --- mesonbuild/msetup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mesonbuild/msetup.py') 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) -- cgit v1.1