~m-grant-prg/swoc/stretch

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Mark Grant
  • Date: 2019-11-11 10:07:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: m.grant.prg@gmail.com-20191111100741-jox2t0boj7bsvd8k
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#########################################################################
 
2
#                                                                       #
 
3
# File ID: ./.gitignore                                                 #
 
4
# Author: Copyright (C) 2015-2019  Mark Grant                           #
 
5
#                                                                       #
 
6
# Released under the GPLv3 only.                                        #
 
7
# SPDX-License-Identifier: GPL-3.0                                      #
 
8
#                                                                       #
 
9
# N.B.                                                                  #
 
10
# If a file pattern to be ignored can only exist in a specific          #
 
11
# subdirectory, please add it to a gitignore file in that subdirectory. #
 
12
#                                                                       #
 
13
# N.B.                                                                  #
 
14
# After changes to any gitignore file please run                        #
 
15
#               'git ls-files -i --exclude-standard'                    #
 
16
# to determine if any tracked files are now ignored.                    #
 
17
#                                                                       #
 
18
#########################################################################
 
19
 
 
20
#########################################################################
 
21
#                                                                       #
 
22
# Changelog                                                             #
 
23
#                                                                       #
 
24
# Date          Author  Version Description                             #
 
25
#                                                                       #
 
26
# 07/06/2019    MG      1.0.1   First ChangeLog introduced.             #
 
27
# 16/06/2019    MG      1.0.2   Add test-driver which is auto-generated #
 
28
#                               when make check is setup and TESTS run. #
 
29
#                                                                       #
 
30
#########################################################################
 
31
 
1
32
# AutoTools
2
33
**/*.la
3
34
**/*.lo
22
53
**/missing
23
54
**/INSTALL
24
55
**/install-sh
 
56
**/test-driver
25
57
 
26
58
# Backup Files
27
59
**/*~
48
80
**/distribution
49
81
**/target
50
82
/nbproject/private/
 
83