Updated gitignore

This commit is contained in:
Amit Prakash Ambasta
2017-05-29 18:17:26 +05:30
parent 76de721fa0
commit 79a6d2b87e

38
.gitignore vendored
View File

@@ -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/