diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-30 14:06:53 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-30 14:06:53 -0700 |
commit | 0237ad66429722f9653fd274e2b978ff4cc374e5 (patch) | |
tree | b1fed8b56594e319900074bb69ffb0c1a1b02df5 /com32/cmenu | |
parent | 1a60e00bb7b333976918c518ad18fd19af781c9c (diff) | |
download | syslinux-0237ad66429722f9653fd274e2b978ff4cc374e5.tar.gz syslinux-0237ad66429722f9653fd274e2b978ff4cc374e5.tar.xz syslinux-0237ad66429722f9653fd274e2b978ff4cc374e5.zip |
cmenu: add .gitignore file
Add .gitignore file for .c files created from .menu files.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/cmenu')
-rw-r--r-- | com32/cmenu/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/cmenu/.gitignore b/com32/cmenu/.gitignore new file mode 100644 index 00000000..4add14ba --- /dev/null +++ b/com32/cmenu/.gitignore @@ -0,0 +1,2 @@ +test.c +test2.c |