From c50e34d4baa68e789aceda7f03c7e94e339cda98 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Wed, 10 Oct 2012 17:40:56 -0600 Subject: add ignore, go to end of stage1 --- .gitignore | 10 ++++++++++ stage1 | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f04ca0b --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +bld.log +builds +done +f17-local +f17-sources +install +rootfs +rpmbuild +SRPMlocal +SRPMs diff --git a/stage1 b/stage1 index 7c6c32a..71b98b1 100755 --- a/stage1 +++ b/stage1 @@ -364,8 +364,6 @@ case "$1" in go mpc go ppl go cloog -# only run this far, for now - exit 0 go libsepol go libselinux go zlib -- cgit