From 79a6d2b87ef769e49f47bb02a440e7d8d03f9d04 Mon Sep 17 00:00:00 2001 From: Amit Prakash Ambasta Date: Mon, 29 May 2017 18:17:26 +0530 Subject: [PATCH] Updated gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 048553f925..4c00e7bb77 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,7 @@ or-tools*.zip *.ass bin/ -# Not sure why ./src/ was renamed to ./ortools/, but this means we need to ignore the ./gen/ -ortools/gen/ +src/gen/ objs/ temp/ lib/ @@ -31,3 +30,38 @@ examples/csharp/*.sln src/bazel-* examples/bazel-* +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.app + +*build*/* +.idea/* +.idea/ +build/ +