From 804741e3cb0133950353851f3d40398da688449f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 7 Feb 2014 16:52:16 +0100 Subject: [PATCH] Add .gitignore files --- .gitignore | 9 ++++++++- boot/images/.gitignore | 3 +++ continuous/gw-setup/.gitignore | 2 ++ continuous/logs/.gitignore | 1 + continuous/steps/.gitignore | 1 + continuous/www/.gitignore | 2 ++ doc/.gitignore | 2 ++ gw-tests/.gitignore | 2 ++ gw-tests/canalyzer/.gitignore | 2 ++ recvmmsg/.gitignore | 1 + recvmmsg/ppc/.gitignore | 2 ++ 11 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 continuous/logs/.gitignore create mode 100644 continuous/steps/.gitignore create mode 100644 continuous/www/.gitignore create mode 100644 doc/.gitignore create mode 100644 gw-tests/.gitignore create mode 100644 gw-tests/canalyzer/.gitignore create mode 100644 recvmmsg/.gitignore create mode 100644 recvmmsg/ppc/.gitignore diff --git a/.gitignore b/.gitignore index a41a5c3..3edba6b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,13 @@ *_build/ *_compiled/ /socketcan/ -/config.omk-default +config.omk +config.omk-default *~ /cscope.* +*.pyc +/hackbench +/rootfs/powerpc-603e-linux-gnu/ +/tests/can-benchmark-results/ +/tests/results + diff --git a/boot/images/.gitignore b/boot/images/.gitignore index 099efa3..235ca90 100644 --- a/boot/images/.gitignore +++ b/boot/images/.gitignore @@ -1,3 +1,6 @@ rootfs.uImage shark-ryu.dtb uImage +dhcpd.conf +dhcpd.leases +dhcpd.pid diff --git a/continuous/gw-setup/.gitignore b/continuous/gw-setup/.gitignore index d480cda..e5cd571 100644 --- a/continuous/gw-setup/.gitignore +++ b/continuous/gw-setup/.gitignore @@ -1 +1,3 @@ initramfs/etc/init.d/S99benchmark +rootfs2.uImage +uImage.tmp diff --git a/continuous/logs/.gitignore b/continuous/logs/.gitignore new file mode 100644 index 0000000..397b4a7 --- /dev/null +++ b/continuous/logs/.gitignore @@ -0,0 +1 @@ +*.log diff --git a/continuous/steps/.gitignore b/continuous/steps/.gitignore new file mode 100644 index 0000000..fcafccc --- /dev/null +++ b/continuous/steps/.gitignore @@ -0,0 +1 @@ +linux/ diff --git a/continuous/www/.gitignore b/continuous/www/.gitignore new file mode 100644 index 0000000..37593b1 --- /dev/null +++ b/continuous/www/.gitignore @@ -0,0 +1,2 @@ +index.html +*.json diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..2826435 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +gw-multi-mod.pdf +gw-multi.pdf diff --git a/gw-tests/.gitignore b/gw-tests/.gitignore new file mode 100644 index 0000000..154fb94 --- /dev/null +++ b/gw-tests/.gitignore @@ -0,0 +1,2 @@ +report/ +results diff --git a/gw-tests/canalyzer/.gitignore b/gw-tests/canalyzer/.gitignore new file mode 100644 index 0000000..f86a627 --- /dev/null +++ b/gw-tests/canalyzer/.gitignore @@ -0,0 +1,2 @@ +mdfconv + diff --git a/recvmmsg/.gitignore b/recvmmsg/.gitignore new file mode 100644 index 0000000..f501bbb --- /dev/null +++ b/recvmmsg/.gitignore @@ -0,0 +1 @@ +fit.log diff --git a/recvmmsg/ppc/.gitignore b/recvmmsg/ppc/.gitignore new file mode 100644 index 0000000..6684ff3 --- /dev/null +++ b/recvmmsg/ppc/.gitignore @@ -0,0 +1,2 @@ +rootfsmmsg.uImage +fit.log -- 2.39.2