Skip to content

Commit

Permalink
metadata cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Apr 28, 2020
1 parent 191ce0a commit a2069d7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
17 changes: 14 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
* text=auto
*.sh text eol=lf
*.zsh text eol=lf
/mbuild text eol=lf

*.cc text eol=lf
*.h text eol=lf
*.info text eol=lf
*.json text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.zsh text eol=lf

/.clang-format text eol=lf
/LICENSE text eol=lf
/Makefile text eol=lf
/build text eol=lf
/mbuild text eol=lf
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.zwc
/core
/gitstatusd
/locks
/logs
/obj
Expand Down
Empty file removed .gitmodules
Empty file.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"files.exclude": {
"*.zwc": true,
"core": true,
"locks/": true,
"logs/": true,
"obj/": true,
"gitstatusd": true,
"core": true
"usrbin/": true,
},
"files.associations": {
"array": "cpp",
Expand Down

0 comments on commit a2069d7

Please sign in to comment.