batctl: Ignore temporary files in git-status/git-add/...
Commit Message
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
---
.gitattributes | 2 ++
.gitignore | 3 +++
2 files changed, 5 insertions(+)
create mode 100644 .gitattributes
create mode 100644 .gitignore
Comments
On Wednesday, January 20, 2016 16:43:57 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
> ---
> .gitattributes | 2 ++
> .gitignore | 3 +++
> 2 files changed, 5 insertions(+)
> create mode 100644 .gitattributes
> create mode 100644 .gitignore
Applied in revision 7a3d563.
Thanks,
Marek
new file mode 100644
@@ -0,0 +1,2 @@
+/.gitignore export-ignore
+/.gitattributes export-ignore
new file mode 100644
@@ -0,0 +1,3 @@
+/*.d
+/*.o
+/batctl