Skip to content

Commit 6a7f642

Browse files
committed
Initial commit
0 parents  commit 6a7f642

6 files changed

+693
-0
lines changed

.gitattributes

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Handle line endings automatically for files detected as text
2+
# and leave all files detected as binary untouched.
3+
* text=auto
4+
5+
# Force the following filetypes to have unix line endings, so Windows does not break them
6+
*.py text eol=lf
7+
8+
# Ignore directories created by virtualenv
9+
bin/ ignore
10+
include/ ignore
11+
lib/ ignore
12+
lib64/ ignore
13+
14+
# Ignore log files and databases
15+
*.log binary
16+
*.sqlite binary
17+
*.db binary
18+
19+
# Do not diff some auto-generated files
20+
*.pyc binary
21+
*.pyo binary
22+
*.egg binary
23+
*.jar binary
24+
*.zip binary
25+
*.tar.gz binary
26+
*.tar.bz2 binary

0 commit comments

Comments
 (0)