alfred: Ignore temporary files in git-status/git-add/...
Commit Message
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
---
.gitattributes | 2 ++
.gitignore | 9 +++++++++
2 files changed, 11 insertions(+)
create mode 100644 .gitattributes
create mode 100644 .gitignore
Comments
On Wednesday 20 January 2016 16:43:33 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
Applied in revision 4c9dd3b.
Thanks!
Simon
new file mode 100644
@@ -0,0 +1,2 @@
+/.gitignore export-ignore
+/.gitattributes export-ignore
new file mode 100644
@@ -0,0 +1,9 @@
+/*.d
+/*.o
+/alfred
+/gpsd/*.d
+/gpsd/*.o
+/gpsd/alfred-gpsd
+/vis/*.d
+/vis/*.o
+/vis/batadv-vis