Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit 7a3d563466f368b9b50191f441b775bae46a77ca Author: Sven Eckelmann sven@open-mesh.com Date: Wed Jan 20 16:43:57 2016 +0100
batctl: Ignore temporary files in git-status/git-add/...
Signed-off-by: Sven Eckelmann sven@open-mesh.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
7a3d563466f368b9b50191f441b775bae46a77ca .gitattributes | 2 ++ .gitignore | 3 +++ 2 files changed, 5 insertions(+)
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