-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
44 lines (40 loc) · 1.35 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#########################################################################
# #
# File ID: ./.gitattributes #
# 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 #
# #
#########################################################################
#########################################################################
# #
# Changelog #
# #
# Date Author Version Description #
# #
# 02/11/2021 MG 1.0.1 First versioned release. #
# 21/11/2021 MG 1.0.2 Tighten SPDX tag. #
# 30/11/2021 MG 1.0.3 Ignore some Java and NetBeans files for #
# a git archive command. #
# 23/02/2023 MG 1.0.4 Add a comment that this file is #
# maintained in another project. #
# #
#########################################################################
*.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