batctl: Ignore temporary files in git-status/git-add/...

Message ID 1453304637-28874-1-git-send-email-sven@open-mesh.com (mailing list archive)
State Accepted, archived
Commit 7a3d563466f368b9b50191f441b775bae46a77ca
Headers

Commit Message

Sven Eckelmann Jan. 20, 2016, 3:43 p.m. UTC
  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

Marek Lindner Jan. 30, 2016, 4:19 a.m. UTC | #1
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
  

Patch

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..eeef3e0
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@ 
+/.gitignore export-ignore
+/.gitattributes export-ignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8f1d328
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@ 
+/*.d
+/*.o
+/batctl