~m-grant-prg/dnsmasq-logrotate/bionic

1.1.16 by Mark Grant
Import upstream version 1.0.9+rc1
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.1.5 by Mark Grant
Import upstream version 1.0.1-rc3
32
# AutoTools
33
**/*.la
34
**/*.lo
35
**/*.o
36
**/*.scan
37
**/.deps/
38
**/.dirstamp
39
**/.libs/
40
**/aclocal.*
41
**/ar-lib
1.1.3 by Mark Grant
Import upstream version 1.0.1-rc1
42
**/autom4te.cache/
1.1.5 by Mark Grant
Import upstream version 1.0.1-rc3
43
**/depcomp
44
**/compile
1.1.3 by Mark Grant
Import upstream version 1.0.1-rc1
45
**/config.guess
1.1.5 by Mark Grant
Import upstream version 1.0.1-rc3
46
**/config.h.in
1.1.3 by Mark Grant
Import upstream version 1.0.1-rc1
47
**/config.sub
48
**/configure
1.1.5 by Mark Grant
Import upstream version 1.0.1-rc3
49
**/libtool
50
**/ltmain.sh
1 by Mark Grant
Import upstream version 1.0.0-rc1
51
**/Makefile
52
**/Makefile.in
1.1.3 by Mark Grant
Import upstream version 1.0.1-rc1
53
**/missing
54
**/INSTALL
55
**/install-sh
1.1.16 by Mark Grant
Import upstream version 1.0.9+rc1
56
**/test-driver
1.1.5 by Mark Grant
Import upstream version 1.0.1-rc3
57
58
# Backup Files
1 by Mark Grant
Import upstream version 1.0.0-rc1
59
**/*~
1.1.3 by Mark Grant
Import upstream version 1.0.1-rc1
60
**/*.swp
1.1.5 by Mark Grant
Import upstream version 1.0.1-rc3
61
62
# C Extras
63
**/cscope.*
64
65
# General
1.1.3 by Mark Grant
Import upstream version 1.0.1-rc1
66
**/*.log
1.1.5 by Mark Grant
Import upstream version 1.0.1-rc3
67
**/*.tar.gz
68
**/patches
69
70
# Java Extras
71
**/Version.java
72
73
# My Project Structure
74
**/atbuild
75
**/conffiles
76
77
# NetBeans
78
**/build
1.1.3 by Mark Grant
Import upstream version 1.0.1-rc1
79
**/dist
1.1.5 by Mark Grant
Import upstream version 1.0.1-rc3
80
**/distribution
1.1.3 by Mark Grant
Import upstream version 1.0.1-rc1
81
**/target
1 by Mark Grant
Import upstream version 1.0.0-rc1
82
/nbproject/private/
1.1.16 by Mark Grant
Import upstream version 1.0.9+rc1
83