From 1ee6455d3341b477572284e80c2fec5be866e3b9 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 20 Jun 2016 16:16:36 +0100 Subject: [PATCH] Attempt #2 to ignore libraries --- .gitignore | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d0cbe3a..59cff15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +# Libraries +lib/* + + + + + + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. @@ -242,7 +250,4 @@ ModelManifest.xml .paket/paket.exe # FAKE - F# Make -.fake/ - -# libraries -/lib/* \ No newline at end of file +.fake/ \ No newline at end of file