From 5b6c97e2b114efecd2add6b7ea9619456a84a751 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Sat, 21 Jan 2017 12:22:47 -0800 Subject: [PATCH] updating ignored --- syncd/.gitignore | 3 +++ temp/.gitignore | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 syncd/.gitignore create mode 100644 temp/.gitignore diff --git a/syncd/.gitignore b/syncd/.gitignore new file mode 100644 index 0000000..2be44d2 --- /dev/null +++ b/syncd/.gitignore @@ -0,0 +1,3 @@ +/syncd.conf +/syncd.log +/syncd.pid diff --git a/temp/.gitignore b/temp/.gitignore new file mode 100644 index 0000000..fa2d181 --- /dev/null +++ b/temp/.gitignore @@ -0,0 +1,3 @@ +/epoll.js +/interrupt.js.old +/onoff.js.off