[syslinux] [PATCH] gitignore: add *.sym

Sebastian Herbszt herbszt at gmx.de
Sat Aug 8 03:18:18 PDT 2009


*.sym files are generated; ignore them.

Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>

diff --git a/.gitignore b/.gitignore
index c786675..83632a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@
 *.rej
 *.s
 *.sec
+*.sym
 *.sys
 *_bin.c
 *~




More information about the Syslinux mailing list