From 7c8d67051b133a7b36e76c899b51b2ec7edc22e3 Mon Sep 17 00:00:00 2001 From: fibo Date: Thu, 21 Feb 2013 18:10:24 +0100 Subject: [PATCH 1/2] added VVVV gitignore file --- VVVV.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 VVVV.gitignore diff --git a/VVVV.gitignore b/VVVV.gitignore new file mode 100644 index 00000000..41c2ce50 --- /dev/null +++ b/VVVV.gitignore @@ -0,0 +1,2 @@ +*~.xml +*/bin/ From 854654057fbb7659a799450a7917f14c0cb0ac61 Mon Sep 17 00:00:00 2001 From: fibo Date: Thu, 21 Feb 2013 18:22:43 +0100 Subject: [PATCH 2/2] added comments --- VVVV.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/VVVV.gitignore b/VVVV.gitignore index 41c2ce50..55a6a4b7 100644 --- a/VVVV.gitignore +++ b/VVVV.gitignore @@ -1,2 +1,7 @@ + +# .v4p backup files *~.xml -*/bin/ + +# Dynamic plugins .dll +bin/ +