view src/Make_all.mak @ 31237:5bdf73161e65 v9.0.0952

patch 9.0.0952: Eclipse preference files are not recognized Commit: https://github.com/vim/vim/commit/f3f198b6349fe252b72975701e2f17d932b19c70 Author: ObserverOfTime <chronobserver@disroot.org> Date: Sat Nov 26 13:03:20 2022 +0000 patch 9.0.0952: Eclipse preference files are not recognized Problem: Eclipse preference files are not recognized. Solution: Add a pattern to use "jproperties" for Eclipse preference files. (closes #11618)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Nov 2022 14:15:04 +0100
parents 1e76da634877
children
line wrap: on
line source

#
# Common Makefile, defines the list of tests to run and other things.
#

# Argument for running ctags.
TAGS_FILES = \
	*.c \
	*.cc \
	*.cpp \
	*.h \
	auto/*.c \
	libvterm/src/*.c \
	libvterm/src/*.h \
	libvterm/include/*.h \
	xdiff/*.c \
	xdiff/*.h