From 0cbdf572843663a50b7235ef6902c0e5177b38b7 Mon Sep 17 00:00:00 2001 From: Kento HASEGAWA Date: Thu, 21 Jun 2018 19:35:08 +0900 Subject: [PATCH] Add .gitignore and modify README.md --- .gitignore | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96fe689 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +!.gitignore +!.gitkeep +.DS_Store + +*.txt + +*.pyc +__pycache__/ diff --git a/README.md b/README.md index 930a707..2524940 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ADC2018 -=== +--- A cooperative system using multiple FPGAs for a simple 3D-Numberlink puzzle solver ## Our previous works -- 2.22.0