From 28a97f2553ca4e9a90f3e9212e212630e2308c62 Mon Sep 17 00:00:00 2001 From: Jesus Alvarez Date: Fri, 14 Dec 2012 00:23:07 -0800 Subject: [PATCH] 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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 32f7453..7ddb1dd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ /devsrc/*/pkg/ /devsrc/*/src/ /devsrc/*/*.tar* +*pkg.tar* +*src.tar* +*.delta +patch_dev/