Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Tue,  5 Jul 2016 22:53:58 -0500
From: Bobby Bingham <koorogi@...rogi.info>
To: musl@...ts.openwall.com
Subject: [PATCH] remove obsolete gitignore rules

Since commit 2f853dd6b9a95d5b13ee8f9df762125e0588df5d, all generated
headers are generated under the obj directory, which is already ignored.
---
 .gitignore | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2cb88d4..8043b6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,6 @@
 *.a
 *.so
 *.so.1
-arch/*/bits/alltypes.h
 config.mak
 lib/musl-gcc.specs
-src/internal/version.h
 /obj/
-- 
2.9.0

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.