diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-01-25 14:30:22 +0100 |
---|---|---|
committer | Sasha Levin <sasha.levin@oracle.com> | 2015-01-30 03:55:19 +0100 |
commit | 7728b352b78986dd8b0859e213fd59f5e37e4b8e (patch) | |
tree | 31d3c9c3c91c6f46243814ea7692c52e9c73b73c | |
parent | Linux 3.19-rc5 (diff) | |
download | linux-7728b352b78986dd8b0859e213fd59f5e37e4b8e.tar.xz linux-7728b352b78986dd8b0859e213fd59f5e37e4b8e.zip |
tools/liblockdep: ignore generated .so file
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rw-r--r-- | tools/lib/lockdep/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/lockdep/.gitignore b/tools/lib/lockdep/.gitignore new file mode 100644 index 000000000000..cc0e7a9f99e3 --- /dev/null +++ b/tools/lib/lockdep/.gitignore @@ -0,0 +1 @@ +liblockdep.so.* |