software: hide and delete .ts files
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Thu, 10 Jan 2013 17:01:42 +0000 (18:01 +0100)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Thu, 10 Jan 2013 17:01:42 +0000 (18:01 +0100)
.gitignore
software/bios/Makefile
software/libbase/Makefile
software/libcompiler-rt/Makefile

index 378e5117c3faba362a3b9f4f648bd4886f83fef0..a5ab809ad46f8cede82bf9b2a5957838a070299b 100644 (file)
@@ -1,6 +1,7 @@
 __pycache__
 build/*
 *.o
+*.ts
 *.d
 *.a
 *.bin
index 02fe4af1666985ad9bd39cad86effec89ed011f2..10cae9632214757c60c4ac28c32534afc6614123 100644 (file)
@@ -38,6 +38,6 @@ flash: bios.bin
        m1nor bios.bin
 
 clean:
-       rm -f $(OBJECTS) $(OBJECTS:.o=.d) bios.elf bios.bin bios-rescue.elf bios-rescue.bin .*~ *~
+       rm -f $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) bios.elf bios.bin bios-rescue.elf bios-rescue.bin .*~ *~
 
 .PHONY: clean libs flash
index 1d6436c37eeaf6e1e25d56ef37aad7b1d28f59fb..2c070472b5f9d86069e9f8ffd23b0c336e260ffc 100644 (file)
@@ -21,4 +21,4 @@ libbase.a: $(OBJECTS)
 .PHONY: clean
 
 clean:
-       rm -f $(OBJECTS) $(OBJECTS:.o=.d) libbase.a .*~ *~
+       rm -f $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) libbase.a .*~ *~
index d1f83ad8d90dfeeea6d2c99f43c9da0c15ff0e45..15274808d207d4b0593c7867c5c177e54d51084d 100644 (file)
@@ -21,4 +21,4 @@ libcompiler-rt.a: $(OBJECTS)
 .PHONY: clean
 
 clean:
-       rm -f $(OBJECTS) $(OBJECTS:.o=.d) libcompiler-rt.a .*~ *~
+       rm -f $(OBJECTS) $(OBJECTS:.o=.ts) $(OBJECTS:.o=.d) libcompiler-rt.a .*~ *~