Merge pull request #3 from deltachat/git-specials

update .git* files
This commit is contained in:
Friedel Ziegelmayer
2019-04-27 23:15:16 +02:00
committed by GitHub
2 changed files with 15 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@@ -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
.gitignore vendored
View File

@@ -2,3 +2,8 @@
**/*.rs.bk
Cargo.lock
*.db
# ignore vi temporaries
*~
*.swp
*.swo