From 56a6bfda02f70151fefe07205ce77f2af513c621 Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Mon, 13 Sep 2010 13:23:58 +0100 Subject: [PATCH] Tell git to ignore generated files. Signed-off-by: Andrew Fyfe --- .gitignore | 1 + 3rdparty/.gitignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 3rdparty/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..074227c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +hama_mce \ No newline at end of file diff --git a/3rdparty/.gitignore b/3rdparty/.gitignore new file mode 100644 index 0000000..bad6677 --- /dev/null +++ b/3rdparty/.gitignore @@ -0,0 +1,4 @@ +include +lib +libusb-1.0.*.stamp +src \ No newline at end of file -- 2.11.4.GIT