Skip to content

Commit

Permalink
update .git* files
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Apr 27, 2019
1 parent 956609f commit 7d34c28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# normal text files should contain a simple LF lineend, the following settings
# ensures this even if the user has not set core.autocrlf.
* text=auto

# binary files should be detected by git, however, to be sure, you can add them here explictly
*.png binary
*.jpg binary
*.gif binary
*.ico binary

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
**/*.rs.bk
Cargo.lock
*.db

# ignore vi temporaries
*~
*.swp
*.swo

0 comments on commit 7d34c28

Please sign in to comment.