~m-grant-prg/acmbuild/bionic-trunk

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Mark Grant
  • Date: 2022-10-13 09:08:01 UTC
  • mfrom: (1.1.48)
  • Revision ID: m.grant.prg@gmail.com-20221013090801-gp195nvkt42hd36o
Merge new upstream release.

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, 2022  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.                       #
 
35
# 18/08/2022    MG      1.0.8   Remove local vimrc exclusion.           #
29
36
#                                                                       #
30
37
#########################################################################
31
38
 
32
39
# AutoTools
 
40
compile
 
41
config.guess
 
42
config.sub
 
43
configure
 
44
configure.scan
 
45
depcomp
 
46
INSTALL
 
47
install-sh
 
48
ltmain.sh
 
49
missing
 
50
test-driver
33
51
**/*.la
34
52
**/*.lo
35
53
**/*.o
36
 
**/*.scan
37
54
**/.deps/
38
55
**/.dirstamp
39
56
**/.libs/
40
57
**/aclocal.*
41
58
**/ar-lib
42
59
**/autom4te.cache/
43
 
**/depcomp
44
 
**/compile
45
 
**/config.guess
46
60
**/config.h.in
47
 
**/config.sub
48
 
**/configure
49
61
**/libtool
50
 
**/ltmain.sh
51
62
**/Makefile
52
63
**/Makefile.in
53
 
**/missing
54
 
**/INSTALL
55
 
**/install-sh
56
 
**/test-driver
57
64
 
58
65
# Backup Files
59
66
**/*~
60
 
**/*.swp
 
67
**/*.bak
61
68
 
62
69
# C Extras
63
70
**/cscope.*
64
71
 
 
72
# Ctags
 
73
**/tags
 
74
**/tags.*
 
75
 
 
76
# Editors
 
77
**/*.swp
 
78
 
65
79
# General
66
80
**/*.log
67
81
**/*.tar.gz