forked from openwall/john
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
36 lines (30 loc) · 982 Bytes
/
.gitattributes
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
# Set the default behavior, in case people don't have core.autocrlf set.
#* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
#*.c text
#*.h text
# Declare files that will always have CRLF line endings on checkout.
run/oui.txt text eol=crlf
# Denote all files that are truly binary and should not be modified.
run/*.chr binary
src/john.com binary
# Substitutions for git archive
src/Makefile.in export-subst
src/Makefile.legacy export-subst
# Files/directories to be ignored for git archive
.ci export-ignore
.circle export-ignore
.circleci export-ignore
.git export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.gitmodules export-ignore
.mailmap export-ignore
.pre-commit.sh export-ignore
.travis export-ignore
.travis.yml export-ignore
circle.yml export-ignore
# This file should never be included in any branch, fork or archive
john-local.conf export-ignore