Skip to content

Commit 520a9a3

Browse files
authored
.gitattributes
1 parent f74257d commit 520a9a3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitattributes

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
#* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
#*.c text
7+
#*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
run/oui.txt text eol=crlf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
run/*.chr binary
14+
src/PasswordCracker.com binary
15+
16+
# Substitutions for git archive
17+
src/Makefile.in export-subst
18+
src/Makefile.legacy export-subst
19+
20+
# Files/directories to be ignored for git archive
21+
.ci export-ignore
22+
.circle export-ignore
23+
.circleci export-ignore
24+
.git export-ignore
25+
.gitattributes export-ignore
26+
.github export-ignore
27+
.gitignore export-ignore
28+
.gitmodules export-ignore
29+
.pre-commit.sh export-ignore
30+
circle.yml export-ignore
31+
32+
# This file should never be included in any branch, fork or archive
33+
PasswordCracker-local.conf export-ignore

0 commit comments

Comments
 (0)