summary refs log tree commit diff
path: root/bin/dash/.gitignore
blob: 63fccdc340e8a17afbaeb95bb9107c62d32d559a (plain) (blame)
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
# .gitignore for dash

# generated by autogen.sh
/autom4te.cache/

# generated by configure
Makefile
.deps
.dirstamp
/config.cache
/config.h
/config.log
/config.status
/stamp-h1

# generated by make
/src/token_vars.h

# Apple debug symbol bundles
*.dSYM/

# backups and patch artefacts
*~
*.bak
*.orig
*.rej

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight*
.Trash*
*[Tt]humbs.db
.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe