Add Makefile to gitignore

Calling cmake replaces this file, so no need to commit it.

Change-Id: Ic4747cc9eebd9cbfc61d524a31d2025c04eda12e
Signed-off-by: Jeremy Newton <Jeremy.Newton@amd.com>
This commit is contained in:
Jeremy Newton
2021-11-30 10:29:30 -05:00
parent 348a3613d6
commit 3b64517787
2 changed files with 1 additions and 18 deletions
+1
View File
@@ -8,3 +8,4 @@
patches-*
build/
outgoing/
Makefile
-18
View File
@@ -1,18 +0,0 @@
.PHONY: all clean lnx64a lnx
all: lnx64a
deb:
$(MAKE) -C src deb
rpm:
$(MAKE) -C src rpm
lnx64a:
$(MAKE) -C src lnx64a
lnx:
$(MAKE) -C src lnx
clean:
$(MAKE) -C src clean