chiark
/
gitweb
/
~ianmdlvl
/
secnet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
abbreviate some copyright notices
[secnet.git]
/
.gitignore
1
# subdirmk example - .gitignore
2
# Copyright 2019 Mark Wooding
3
# Copyright 2019 Ian Jackson
4
# SPDX-License-Identifier: LGPL-2.0-or-later
5
6
#----- Build artifacts -----
7
*.a
8
.*.d
9
*.o
10
*.stamp
11
/lib/t/toytest
12
/src/toy
13
14
#----- Autoconf cruft -----
15
16
/autom4te.cache/
17
/config.log
18
/config.status
19
/configure
20
21
#----- subdirmk-generated -----
22
.makefiles.stamp
23
/main.mk
24
/subdirmk/regen.mk
25
/subdirmk/usual.mk
26
Makefile
27
Subdir.mk
28
*.tmp