Skip to content

Commit

Permalink
git: Add bz2 and gz to git-lfs tracking list
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 25, 2020
1 parent fbc2b38 commit bb62eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.h linguist-language=c
*.c linguist-language=c
doc/* linguist-documentation
*.gz filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
*.la
*.so
*.lai
*.bz2
*.gz
*.sig
*.orig
*.rej
Expand Down

0 comments on commit bb62eb8

Please sign in to comment.