~m-grant-prg/kernel-utils/focal

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Mark Grant
  • Date: 2021-11-24 09:24:14 UTC
  • mfrom: (47.1.6 focal-trunk)
  • Revision ID: m.grant.prg@gmail.com-20211124092414-qzdy06m2bq8juzga
Merge from focal-trunk.

* New upstream release.
* Reviewed up to current standards version 4.5.1
* Correct license in copyright.
* Remove unnecessary .docs file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#########################################################################
2
2
#                                                                       #
3
3
# File ID: ./.gitignore                                                 #
4
 
# Author: Copyright (C) 2015-2019  Mark Grant                           #
 
4
# Author: Copyright (C) 2015-2019, 2021  Mark Grant                     #
5
5
#                                                                       #
6
6
# Released under the GPLv3 only.                                        #
7
 
# SPDX-License-Identifier: GPL-3.0                                      #
 
7
# SPDX-License-Identifier: GPL-3.0-only                                 #
8
8
#                                                                       #
9
9
# N.B.                                                                  #
10
10
# If a file pattern to be ignored can only exist in a specific          #
23
23
#                                                                       #
24
24
# Date          Author  Version Description                             #
25
25
#                                                                       #
26
 
# 07/06/2019    MG      1.0.1   First ChangeLog introduced.             #
 
26
# 07/06/2019    MG      1.0.1   Initial release.                        #
27
27
# 16/06/2019    MG      1.0.2   Add test-driver which is auto-generated #
28
28
#                               when make check is setup and TESTS run. #
 
29
# 18/07/2021    MG      1.0.3   Add ctags.                              #
 
30
#                               Refine AutoTools section.               #
 
31
# 27/09/2021    MG      1.0.4   Add exclusion of tags temporary files.  #
 
32
# 28/09/2021    MG      1.0.5   Add exclusion of .bak files.            #
 
33
# 02/11/2021    MG      1.0.6   Create editor section and add .vimrc    #
 
34
# 21/11/2021    MG      1.0.7   Tighten SPDX tag.                       #
29
35
#                                                                       #
30
36
#########################################################################
31
37
 
32
38
# AutoTools
 
39
compile
 
40
config.guess
 
41
config.sub
 
42
configure
 
43
configure.scan
 
44
depcomp
 
45
INSTALL
 
46
install-sh
 
47
ltmain.sh
 
48
missing
 
49
test-driver
33
50
**/*.la
34
51
**/*.lo
35
52
**/*.o
36
 
**/*.scan
37
53
**/.deps/
38
54
**/.dirstamp
39
55
**/.libs/
40
56
**/aclocal.*
41
57
**/ar-lib
42
58
**/autom4te.cache/
43
 
**/depcomp
44
 
**/compile
45
 
**/config.guess
46
59
**/config.h.in
47
 
**/config.sub
48
 
**/configure
49
60
**/libtool
50
 
**/ltmain.sh
51
61
**/Makefile
52
62
**/Makefile.in
53
 
**/missing
54
 
**/INSTALL
55
 
**/install-sh
56
 
**/test-driver
57
63
 
58
64
# Backup Files
59
65
**/*~
60
 
**/*.swp
 
66
**/*.bak
61
67
 
62
68
# C Extras
63
69
**/cscope.*
64
70
 
 
71
# Ctags
 
72
**/tags
 
73
**/tags.*
 
74
 
 
75
# Editors
 
76
**/*.swp
 
77
**/*.vimrc
 
78
 
65
79
# General
66
80
**/*.log
67
81
**/*.tar.gz