[Pdbg] [PATCH] gitignore: Add *.a files

Michael Neuling mikey at neuling.org
Tue Aug 7 17:25:15 AEST 2018


We recently added building libccan.a which makes the git repo dirty.

Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 94dbc50fc2..c8045e9f60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *~
 *.o
 *.d
+*.a
 TAGS
 tags
 cscope.out
-- 
2.17.1



More information about the Pdbg mailing list