Skip to content

Commit

Permalink
Modified .gitignore files to exclude cmake generated files. Also remo…
Browse files Browse the repository at this point in the history
…ved a few solutions that were submitted by mistake and are overwritten by cmake.
  • Loading branch information
Tom Fili committed Jan 16, 2015
1 parent 0716703 commit d1c9a5d
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 59 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
*~
CMakeFiles
cmake_install.cmake
ZERO_CHECK.vcxproj*
ALL_BUILD.vcxproj*
INSTALL.vcxproj*
OpenCOLLADA.sln
OpenCOLLADAConfig*.cmake
CMakeCache.txt
2 changes: 2 additions & 0 deletions COLLADABaseUtils/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
*.ncb
*.suo
*.user
OpenCOLLADABaseUtils.sln
OpenCOLLADABaseUtils_static.vcxproj*
2 changes: 2 additions & 0 deletions COLLADAFramework/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
*.ncb
*.suo
*.user
OpenCOLLADAFramework.sln
OpenCOLLADAFramework_static.vcxproj*
2 changes: 2 additions & 0 deletions COLLADASaxFrameworkLoader/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
*.ncb
*.suo
*.user
OpenCOLLADASaxFrameworkLoader.sln
OpenCOLLADASaxFrameworkLoader_static.vcxproj*
2 changes: 2 additions & 0 deletions COLLADAStreamWriter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
*.ncb
*.suo
*.user
OpenCOLLADAStreamWriter.sln
OpenCOLLADAStreamWriter_static.vcxproj*
2 changes: 2 additions & 0 deletions COLLADAValidator/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
*.ncb
*.suo
*.user
OpenCOLLADAValidator.sln
OpenCOLLADAValidator.vcxproj*
2 changes: 2 additions & 0 deletions Externals/LibXML/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
*.ncb
*.suo
*.user
xml.sln
xml_static.vcxproj*
19 changes: 0 additions & 19 deletions Externals/MathMLSolver/MathMLSolver.sln

This file was deleted.

8 changes: 8 additions & 0 deletions Externals/UTF/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
lib/
obj/
bin/
*.ncb
*.suo
*.user
UTF.sln
UTF_static.vcxproj*
20 changes: 0 additions & 20 deletions Externals/pcre/pcre.sln

This file was deleted.

20 changes: 0 additions & 20 deletions GeneratedSaxParser/GeneratedSaxParser.sln

This file was deleted.

2 changes: 2 additions & 0 deletions common/libBuffer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
*.ncb
*.suo
*.user
buffer.sln
buffer_static.vcxproj*
2 changes: 2 additions & 0 deletions common/libftoa/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ bin/
*.ncb
*.suo
*.user
ftoa.sln
ftoa_static.vcxproj*

0 comments on commit d1c9a5d

Please sign in to comment.