Add *.ld and *.S files to the CodeLite project file
[bertos.git] / wizard / const.py
index c397b3b8efce6a48eed0ba874348a33d086bbc9b..4f226328f9cc719167626617a0d7eef6612e5f34 100644 (file)
@@ -65,6 +65,8 @@ EXTENSION_FILTER = (
     ".cxx",
     ".h",
     ".c++",
+    ".ld",
+    ".S",
     ".mk",
     "Makefile",
 )