batman-adv: Ignore temporary files in git-status/git-add/...
Commit Message
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
---
.gitattributes | 2 ++
.gitignore | 8 ++++++++
2 files changed, 10 insertions(+)
create mode 100644 .gitattributes
create mode 100644 .gitignore
Comments
On Wednesday, January 20, 2016 16:44:25 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
> ---
> .gitattributes | 2 ++
> .gitignore | 8 ++++++++
> 2 files changed, 10 insertions(+)
> create mode 100644 .gitattributes
> create mode 100644 .gitignore
Applied in revision d5e8ba8.
Thanks,
Marek
new file mode 100644
@@ -0,0 +1,2 @@
+/.gitignore export-ignore
+/.gitattributes export-ignore
new file mode 100644
@@ -0,0 +1,8 @@
+/compat-autoconf.h
+/compat-autoconf.h.tmp
+/net/batman-adv/.*
+/net/batman-adv/batman-adv.ko
+/net/batman-adv/batman-adv.mod.c
+/net/batman-adv/modules.order
+/net/batman-adv/Module.symvers
+/net/batman-adv/*.o