diff mbox

libmlx5: Add gitignore file to the project

Message ID 1450597361-11849-1-git-send-email-leon@leon.nu (mailing list archive)
State Superseded
Headers show

Commit Message

Leon Romanovsky Dec. 20, 2015, 7:42 a.m. UTC
From: Leon Romanovsky <leonro@mellanox.com>

Add gitignore file to the libmlx5 project.

Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
---
 .gitignore | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 .gitignore

Comments

Sagi Grimberg Dec. 20, 2015, 8:40 a.m. UTC | #1
> Add gitignore file to the libmlx5 project.

I think cscope files will be useful here too,

Otherwise looks good,

Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..be8e0f03eb93
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@ 
+*.o
+*.lo
+*.swp
+configure
+Makefile.in
+autom4te.cache
+aclocal.m4
+stamp-h.in
+config.h.in
+config.h.in~
+config.log
+config.h
+.libs
+.deps
+libmlx5.spec
+Makefile
+config.status
+stamp-h1
+libtool
+tags