From: Keith Packard Date: Mon, 18 Mar 2013 21:18:52 +0000 (-0700) Subject: Ignore built footprints X-Git-Tag: telelco-v3.0~918 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7c26b5795f7eccbb17a0bd735455769b6c27b461;p=hw%2Faltusmetrum Ignore built footprints Signed-off-by: Keith Packard --- diff --git a/packages/pinheader/Makefile b/packages/pinheader/Makefile index eef2cc8..7da0a58 100644 --- a/packages/pinheader/Makefile +++ b/packages/pinheader/Makefile @@ -1,7 +1,13 @@ -all: 50mil4pin.fp +FOOTPRINTS = \ + 50mil4pin.fp + +all: $(FOOTPRINTS) .gitignore 50mil4pin.fp: 50milpitch.py ./50milpitch.py 4 > 50mil4pin.fp clean: - rm -f 50mil*.fp + rm -f $(FOOTPRINTS) + +.gitignore: Makefile + for i in $@ $(FOOTPRINTS); do echo $$i; done > $@ \ No newline at end of file diff --git a/packages/tyco/.gitignore b/packages/tyco/.gitignore new file mode 100644 index 0000000..5f8f282 --- /dev/null +++ b/packages/tyco/.gitignore @@ -0,0 +1 @@ +*.fp