Skip to content

Commit

Permalink
make: Delete gitignore.mk
Browse files Browse the repository at this point in the history
We don't use this old functionality any more.

Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Cyril Hrubis <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Mar 18, 2024
1 parent 91cee32 commit 690d44d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 53 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ top_srcdir ?= $(CURDIR)

include $(top_srcdir)/include/mk/env_pre.mk
include $(top_srcdir)/include/mk/automake.mk
include $(top_srcdir)/include/mk/gitignore.mk

.SUFFIXES:
.SUFFIXES: .am .default .h .in .m4 .mk
Expand Down
51 changes: 0 additions & 51 deletions include/mk/gitignore.mk

This file was deleted.

1 change: 0 additions & 1 deletion testcases/realtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ include $(top_srcdir)/include/mk/env_pre.mk
ifeq ($(filter autotools %clean .gitignore gitignore.%,$(MAKECMDGOALS)),)
include $(abs_srcdir)/config.mk
endif
include $(top_srcdir)/include/mk/gitignore.mk

LIBDIR := lib
FILTER_OUT_DIRS := $(LIBDIR) m4
Expand Down

0 comments on commit 690d44d

Please sign in to comment.