#########################################################################
#									#
# Author: Copyright (C) 2021, 2023  Mark Grant				#
#									#
# This file is maintained in the project at:-				#
#	https://github.com/m-grant-prg/project-misc			#
#		new versions are merely copied to consumer projects.	#
#									#
# Released under the GPLv3 only.					#
# SPDX-License-Identifier: GPL-3.0-only					#
#									#
#########################################################################

#########################################################################
#									#
# Version	v1.0.5							#
#									#
#########################################################################


*.c	diff=cpp
*.h	diff=cpp
*.html	diff=html
*.java	diff=java
*.md	diff=markdown
*.sh	diff=bash
*.sh.in	diff=bash

# Specify Files and directories to ignore from a git archive command.
# Java and NetBeans
**/nbproject		export-ignore
manifest.mf		export-ignore
credisttar		export-ignore
build.xml		export-ignore

