From 5570bc986b916ffb07b77853cf995d90c7e99805 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 12 Mar 2019 17:44:03 -0400 Subject: [PATCH] remove accidental swap file --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d34ec82957..218f3080d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2049,7 +2049,6 @@ set(ZIG_MUSL_SRC_FILES "musl/src/stat/statvfs.c" "musl/src/stat/umask.c" "musl/src/stat/utimensat.c" - "musl/src/stdio/.fwrite.c.swp" "musl/src/stdio/__fclose_ca.c" "musl/src/stdio/__fdopen.c" "musl/src/stdio/__fmodeflags.c"