~m-grant-prg/wutconv/bionic

1.1.16 by Mark Grant
Import upstream version 1.0.15+rc1
1
#########################################################################
2
#									#
3
# File ID: ./.gitignore							#
1.1.21 by Mark Grant
Import upstream version 1.1.4
4
# Author: Copyright (C) 2015-2019, 2021  Mark Grant			#
1.1.16 by Mark Grant
Import upstream version 1.0.15+rc1
5
#									#
6
# Released under the GPLv3 only.					#
1.1.21 by Mark Grant
Import upstream version 1.1.4
7
# SPDX-License-Identifier: GPL-3.0-only					#
1.1.16 by Mark Grant
Import upstream version 1.0.15+rc1
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
#									#
1.1.21 by Mark Grant
Import upstream version 1.1.4
26
# 07/06/2019	MG	1.0.1	Initial release.			#
1.1.16 by Mark Grant
Import upstream version 1.0.15+rc1
27
# 16/06/2019	MG	1.0.2	Add test-driver which is auto-generated	#
28
#				when make check is setup and TESTS run.	#
1.1.21 by Mark Grant
Import upstream version 1.1.4
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.			#
1.1.16 by Mark Grant
Import upstream version 1.0.15+rc1
35
#									#
36
#########################################################################
37
1.1.13 by Mark Grant
Import upstream version 1.0.13
38
# AutoTools
1.1.21 by Mark Grant
Import upstream version 1.1.4
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
1.1.13 by Mark Grant
Import upstream version 1.0.13
50
**/*.la
51
**/*.lo
52
**/*.o
53
**/.deps/
54
**/.dirstamp
55
**/.libs/
56
**/aclocal.*
57
**/ar-lib
58
**/autom4te.cache/
59
**/config.h.in
60
**/libtool
1.1.12 by Mark Grant
Import upstream version 1.0.12
61
**/Makefile
62
**/Makefile.in
1.1.13 by Mark Grant
Import upstream version 1.0.13
63
64
# Backup Files
1.1.12 by Mark Grant
Import upstream version 1.0.12
65
**/*~
1.1.21 by Mark Grant
Import upstream version 1.1.4
66
**/*.bak
1.1.13 by Mark Grant
Import upstream version 1.0.13
67
68
# C Extras
69
**/cscope.*
70
1.1.21 by Mark Grant
Import upstream version 1.1.4
71
# Ctags
72
**/tags
73
**/tags.*
74
75
# Editors
76
**/*.swp
77
**/*.vimrc
78
1.1.13 by Mark Grant
Import upstream version 1.0.13
79
# General
80
**/*.log
81
**/*.tar.gz
82
**/patches
83
84
# Java Extras
85
**/Version.java
86
87
# My Project Structure
88
**/atbuild
89
**/conffiles
90
91
# NetBeans
92
**/build
93
**/dist
94
**/distribution
95
**/target
1.1.12 by Mark Grant
Import upstream version 1.0.12
96
/nbproject/private/
1.1.16 by Mark Grant
Import upstream version 1.0.15+rc1
97