ignore nj executables

This commit is contained in:
Mylloon 2023-04-11 16:35:40 +02:00
parent 41bd819c4d
commit a01d776e66
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -4,7 +4,7 @@ RM = rm -rf
RAPPORT_DIR = Rapport
SLIDES_DIR = Rapport/presentation
EXCLUSIONS = README.* $(RAPPORT_DIR)
EXCLUSIONS = README.* $(RAPPORT_DIR) nj*
$(foreach i, $(EXCLUSIONS), $(eval TAR_EXCLUDE = $(TAR_EXCLUDE) --exclude="$(i)"))
NAME = TP2 - Groupe 4