~m-grant-prg/obs-utils/jammy

« back to all changes in this revision

Viewing changes to .gitattributes

  • Committer: Mark Grant
  • Date: 2022-06-25 09:35:07 UTC
  • mfrom: (1.1.2 jammy-trunk)
  • Revision ID: m.grant.prg@gmail.com-20220625093507-qc7c3r3lfvmnaceq
Merge from jammy-trunk.

New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#########################################################################
 
2
#                                                                       #
 
3
# File ID: ./.gitattributes                                             #
 
4
# Author: Copyright (C) 2021  Mark Grant                                #
 
5
#                                                                       #
 
6
# Released under the GPLv3 only.                                        #
 
7
# SPDX-License-Identifier: GPL-3.0-only                                 #
 
8
#                                                                       #
 
9
#########################################################################
 
10
 
 
11
#########################################################################
 
12
#                                                                       #
 
13
# Changelog                                                             #
 
14
#                                                                       #
 
15
# Date          Author  Version Description                             #
 
16
#                                                                       #
 
17
# 02/11/2021    MG      1.0.1   First versioned  release.               #
 
18
# 21/11/2021    MG      1.0.2   Tighten SPDX tag.                       #
 
19
# 30/11/2021    MG      1.0.3   Ignore some Java and NetBeans files for #
 
20
#                               a git archive command.                  #
 
21
#                                                                       #
 
22
#########################################################################
 
23
 
 
24
*.c     diff=cpp
 
25
*.h     diff=cpp
 
26
*.html  diff=html
 
27
*.java  diff=java
 
28
*.md    diff=markdown
 
29
*.sh    diff=bash
 
30
*.sh.in diff=bash
 
31
 
 
32
# Specify Files and directories to ignore from a git archive command.
 
33
# Java and NetBeans
 
34
**/nbproject            export-ignore
 
35
manifest.mf             export-ignore
 
36
credisttar              export-ignore
 
37
build.xml               export-ignore
 
38