Skip to content

Commit

Permalink
add blueprint to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
halfnelson committed Feb 16, 2017
1 parent 77da05c commit 9530271
Showing 1 changed file with 52 additions and 51 deletions.
103 changes: 52 additions & 51 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,52 @@
/bin/
/build/
/lib/

libs/
obj/
util/libmoai

Thumbs.db
.DS_Store
/vs2010/ipch
/vs2010/bin
/vs2008/bin

/ide/bin
/ide/obj

/src/config

/build/
xcuserdata/
DerivedData/
*.pbxuser
*.perspectivev3

# Artifacts when building with CMake
flascc/build
/src/moai/moai
tmp

# Produced by test runner
test/xml-results
.idea
cmake/projects/

# Build and release products
cmake/build/
release/

bin/api-reference-parser/vendor
docs/api-reference
/moai-sdk/
/bin/env-local.bat
/bin/win32/
/bin/x64/
/util/moai
/**/java/build/
/**/java/*.iml
env.sh
sample-browser/
util/build-sample-browser/temprom/
/bin/
/build/
/lib/

libs/
obj/
util/libmoai

Thumbs.db
.DS_Store
/vs2010/ipch
/vs2010/bin
/vs2008/bin

/ide/bin
/ide/obj

/src/config

/build/
xcuserdata/
DerivedData/
*.pbxuser
*.perspectivev3

# Artifacts when building with CMake
flascc/build
/src/moai/moai
tmp

# Produced by test runner
test/xml-results
.idea
cmake/projects/

# Build and release products
cmake/build/
release/

bin/api-reference-parser/vendor
docs/api-reference
/moai-sdk/
/bin/env-local.bat
/bin/win32/
/bin/x64/
/util/moai
/**/java/build/
/**/java/*.iml
env.sh
sample-browser/
util/build-sample-browser/temprom/
moai-osx-static.xcscmblueprint

0 comments on commit 9530271

Please sign in to comment.