Stop tracking binary packages

It would not be effective to track large, constantly-updated compressed binary
files. This would cause the repository to become bloated and slow over time.
Instead, old packages should be backed up incase of need in the future.
pull/7/head
Jesus Alvarez 12 years ago
parent 740fdc7a2d
commit 28a97f2553
  1. 4
      .gitignore

4
.gitignore vendored

@ -2,3 +2,7 @@
/devsrc/*/pkg/
/devsrc/*/src/
/devsrc/*/*.tar*
*pkg.tar*
*src.tar*
*.delta
patch_dev/

Loading…
Cancel
Save