ignore nj executables
This commit is contained in:
parent
41bd819c4d
commit
a01d776e66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue