Sfoglia il codice sorgente

Ignore even more extensions

Daniele Bartolini 10 anni fa
parent
commit
533e120ce1
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/resource/bundle_compiler.cpp

+ 2 - 0
src/resource/bundle_compiler.cpp

@@ -140,6 +140,8 @@ bool BundleCompiler::compile_all(const char* platform)
 			|| _files[i].ends_with(".dds")
 			|| _files[i].ends_with(".ktx")
 			|| _files[i].ends_with(".pvr")
+			|| _files[i].ends_with(".swn") // VIM swap file.
+			|| _files[i].ends_with(".swo") // VIM swap file.
 			|| _files[i].ends_with(".swp") // VIM swap file.
 			|| _files[i].ends_with("~")
 			|| _files[i].starts_with(".")