From 15092530ba123f141142e174750c1f51099ea7fa Mon Sep 17 00:00:00 2001 From: Karol Trzcinski Date: Wed, 21 Oct 2020 12:47:36 +0200 Subject: [PATCH] sof: Remove temporary .checkpatch-camelcase.git. file from git This file is generate by checkpatch run, any temporary file shouldn't be tracked by git. It was added to git by: 538eb6a: ("host: stub about required functions") Moreover file is problematic for developers working on Windows, now try to pull changes from remote repository ends up with: $ git pull error: invalid path '.checkpatch-camelcase.git.' Updating 6e85152..7709924` cloning repository ends up with: $ git clone https://github.com/thesofproject/sof.git Cloning into 'sof'... remote: Enumerating objects: 97, done. remote: Counting objects: 100% (97/97), done. remote: Compressing objects: 100% (96/96), done. remote: Total 67251 (delta 49), reused 4 (delta 1), pack-reused 67154 Receiving objects: 100% (67251/67251), 13.41 MiB | 2.62 MiB/s, done. Resolving deltas: 100% (49768/49768), done. error: invalid path '.checkpatch-camelcase.git.' fatal: unable to checkout working tree You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/' Signed-off-by: Karol Trzcinski --- .checkpatch-camelcase.git. | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .checkpatch-camelcase.git. diff --git a/.checkpatch-camelcase.git. b/.checkpatch-camelcase.git. deleted file mode 100644 index e69de29bb..000000000