1
0
mirror of git://projects.qi-hardware.com/xue.git synced 2024-11-08 09:23:44 +02:00

minor .gitignore improvement, removed risky wildcard from clean target

This commit is contained in:
Wolfgang Spraul 2010-12-19 13:46:18 +00:00
parent 6fc70661cf
commit fe25eaf1d5
2 changed files with 12 additions and 2 deletions

12
modules/.gitignore vendored
View File

@ -1 +1,13 @@
all_footprints.pdf
60fbga_ddr.mod
66-tsop.mod
90vfbga_mobile_ddr.mod
DFN10.mod
FGG484bga-p10.mod
LQFP48.mod
MLF16.mod
MLF20m1.mod
MLP6.mod
header20x2_smd_100mil.mod
header25x2_smd_2mm.mod
stdpass.mod

View File

@ -12,14 +12,12 @@ MODULES= \
MLP6 \
stdpass
.SUFFIXES: .fpd .mod
.PHONY: all clean
all: $(MODULES:%=%.mod)
clean:
rm -f *~*.fpd
rm -f $(MODULES:%=%.mod)
.fpd.mod: