Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit d5e8ba80a27c5bbdef018343ffa4adccc23f6da9 Author: Sven Eckelmann sven@open-mesh.com Date: Wed Jan 20 16:44:25 2016 +0100
batman-adv: 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
d5e8ba80a27c5bbdef018343ffa4adccc23f6da9 .gitattributes | 2 ++ .gitignore | 8 ++++++++ 2 files changed, 10 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..59c6a30 --- /dev/null +++ b/.gitignore @@ -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