Skip to content

Commit

Permalink
Make basekit a submodule. Ignore build files
Browse files Browse the repository at this point in the history
  • Loading branch information
richcollins committed Oct 12, 2009
1 parent f8a7d69 commit ff81d3f
Show file tree
Hide file tree
Showing 71 changed files with 94 additions and 12,070 deletions.
90 changes: 90 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
*.lib
*.dll
*.manifest
*.obj
*.exp
*.ilk
._*
*.pdb
*.hi
*.o
*.so
*.dylib
*.cmd
.mod.c*
*.tmp_versions
*CVS
*RCS
*IoVMCode.c*
*Io*Init.c*
~*
*_darcs
*_build
*_ioCodeProcessed
*errors
*.bak*
*.BAK*
*.orig*
*vssver.scc*
*.swp*
*MT
*\{arch\}
*.arch-ids
*,
*.class*
*.prof*
*.DS_Store*
*.FBCLockFolder
*BitKeeper
*ChangeSet
*.svn
.cvsignore*
.gdb_history*
*Thumbs.db*
.DS_Store
.libs
.deps*
*.a
*.la
*.lo
*.so
*.dylib
*.exe
*.Po
*.Tlo
*.Plo
_objs
_includes
*_libs
*Io.*Code.c*
io2c
*Io.*Init.c*
*pngtest*
*steve.model*
*skipdbtest*
*config.log*
*config.status*
.rej*
*autom4te.cache*
*.cache
*_include
*tags*
./addons/SGML/source/libsgml/Makefile*
./addons/SGML/source/libsgml/examples/Makefile*
./addons/SGML/source/libsgml/src/Makefile*
tools/editlib_test/editlib_test
extras/IoPlayers/MSWindows/ioplayer/ioplayer.ncb
extras/IoPlayers/MSWindows/ioplayer/ioplayer.suo
extras/IoPlayers/MSWindows/ioplayer/ioplayer/Debug
extras/IoPlayers/MSWindows/ioplayer/ioplayer/Release
extras/IoPlayers/MSWindows/ioplayer/ioplayer/ioplayer.vcproj.CUSTOMER2007.Customer.user
extras/IoPlayers/MSWindows/ioplayer/pingme.txt
extras/IoPlayers/MSWindows/ioplayer/smysrv
libs/iovm/docs/docs.txt
addons/*/docs/docs.txt
*.mode1
*.pbxuser
*.mode1v3
extras/osxvm/build
*~
build
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "source/basekit"]
path = source/basekit
url = git://github.com/stevedekorte/basekit.git
Binary file removed build/Debug/Vertex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ff81d3f

Please sign in to comment.