From 92dd0c06feb65340c7747baa691e61a1b98110e5 Mon Sep 17 00:00:00 2001 From: copy Date: Tue, 27 Sep 2016 21:56:43 +0200 Subject: [PATCH] Gitignore --- .gitignore | 4 +++- bios/.gitignore | 1 + docs/.gitignore | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 bios/.gitignore create mode 100644 docs/.gitignore diff --git a/.gitignore b/.gitignore index 7c50c313..1c4a0890 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ tests/qemu/test-i386 *.map build/ closure-compiler/ -images/ \ No newline at end of file +images/ +*.bak +*.orig diff --git a/bios/.gitignore b/bios/.gitignore new file mode 100644 index 00000000..10d00b57 --- /dev/null +++ b/bios/.gitignore @@ -0,0 +1 @@ +*.gz diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 00000000..3c3629e6 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +node_modules