[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH] git: gitignore Liste erweitert
+ /myconf.sh gehört nicht ins Repo
+ /lbuilds haben ihr eigenes Repo
+ /build/(root|images|output) sind Auto-generiert Binärdaten
Signed-off-by: Andreas Freimuth <m.nemo@xxxxxxx>
---
.gitignore | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index efd738e..7142323 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,8 @@ link.res
ppas.sh
*.rst
*.orig
+/myconf.sh
+/lbuilds
+/build/root
+/build/images
+/build/output
--
1.7.3.4