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>


[ROCm/ROCR-Runtime commit: 3b64517787]
Cette révision appartient à :
Jeremy Newton
2021-11-30 10:29:30 -05:00
Parent fe6f3d8487
révision ae48b90895
2 fichiers modifiés avec 1 ajouts et 18 suppressions
+1
Voir le fichier
@@ -8,3 +8,4 @@
patches-*
build/
outgoing/
Makefile
-18
Voir le fichier
@@ -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