~m-grant-prg/agmaint/buster

« back to all changes in this revision

Viewing changes to .gitignore

  • Committer: Mark Grant
  • Date: 2021-08-20 14:24:21 UTC
  • mfrom: (65.1.12 buster-trunk)
  • Revision ID: m.grant.prg@gmail.com-20210820142421-54y2h7y8p98gx903
Merge from buster trunk.

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
7
# SPDX-License-Identifier: GPL-3.0                                      #
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.               #
29
31
#                                                                       #
30
32
#########################################################################
31
33
 
32
34
# AutoTools
 
35
compile
 
36
config.guess
 
37
config.sub
 
38
configure
 
39
configure.scan
 
40
depcomp
 
41
INSTALL
 
42
install-sh
 
43
ltmain.sh
 
44
missing
 
45
test-driver
33
46
**/*.la
34
47
**/*.lo
35
48
**/*.o
36
 
**/*.scan
37
49
**/.deps/
38
50
**/.dirstamp
39
51
**/.libs/
40
52
**/aclocal.*
41
53
**/ar-lib
42
54
**/autom4te.cache/
43
 
**/depcomp
44
 
**/compile
45
 
**/config.guess
46
55
**/config.h.in
47
 
**/config.sub
48
 
**/configure
49
56
**/libtool
50
 
**/ltmain.sh
51
57
**/Makefile
52
58
**/Makefile.in
53
 
**/missing
54
 
**/INSTALL
55
 
**/install-sh
56
 
**/test-driver
57
59
 
58
60
# Backup Files
59
61
**/*~
62
64
# C Extras
63
65
**/cscope.*
64
66
 
 
67
# Ctags
 
68
**/tags
 
69
 
65
70
# General
66
71
**/*.log
67
72
**/*.tar.gz