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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#########################################################################
#									#
# File ID: ./.gitignore							#
# Author: Copyright (C) 2015-2019  Mark Grant				#
#									#
# Released under the GPLv3 only.					#
# SPDX-License-Identifier: GPL-3.0					#
#									#
# N.B.									#
# If a file pattern to be ignored can only exist in a specific		#
# subdirectory, please add it to a gitignore file in that subdirectory.	#
#									#
# N.B.									#
# After changes to any gitignore file please run			#
#		'git ls-files -i --exclude-standard'			#
# to determine if any tracked files are now ignored.			#
#									#
#########################################################################

#########################################################################
#									#
# Changelog								#
#									#
# Date		Author	Version	Description				#
#									#
# 07/06/2019	MG	1.0.1	First ChangeLog introduced.		#
# 16/06/2019	MG	1.0.2	Add test-driver which is auto-generated	#
#				when make check is setup and TESTS run.	#
#									#
#########################################################################

# AutoTools
**/*.la
**/*.lo
**/*.o
**/*.scan
**/.deps/
**/.dirstamp
**/.libs/
**/aclocal.*
**/ar-lib
**/autom4te.cache/
**/depcomp
**/compile
**/config.guess
**/config.h.in
**/config.sub
**/configure
**/libtool
**/ltmain.sh
**/Makefile
**/Makefile.in
**/missing
**/INSTALL
**/install-sh
**/test-driver

# Backup Files
**/*~
**/*.swp

# C Extras
**/cscope.*

# General
**/*.log
**/*.tar.gz
**/patches

# Java Extras
**/Version.java

# My Project Structure
**/atbuild
**/conffiles

# NetBeans
**/build
**/dist
**/distribution
**/target
/nbproject/private/