From b75e36bba18e9a86ed45c1d9be833cfc59510526 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Wed, 1 Jun 2016 22:36:38 +0200
Subject: [PATCH] Don't ignore more than necessary.
We know that the one and only cc65.zip we want to ignore lives in the root directory.
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index dac38c48b..ad4d26c3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,4 @@
/target/
/testwrk/
/wrk/
-cc65.zip
+/cc65.zip
--
2.39.5