Merge pull request #724 from AnyOldName3/more-gitignore

Add missing files to .gitignore
This commit is contained in:
OpenSceneGraph git repository 2019-03-14 09:39:40 +00:00 committed by GitHub
commit c548289ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.gitignore vendored
View File

@ -6,6 +6,10 @@ doc/openthreads.doxyfile
doc/OpenSceneGraphReferenceDocs/ doc/OpenSceneGraphReferenceDocs/
doc/OpenThreadsReferenceDocs/ doc/OpenThreadsReferenceDocs/
doc/*.chm
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
cmake_uninstall.cmake cmake_uninstall.cmake
@ -83,6 +87,9 @@ PlatformSpecifics/Windows/*.rc
*.sdf *.sdf
*.opensdf *.opensdf
# Visual Studio - Cache/Options Directory
.vs/
#osx xcode #osx xcode
DerivedData/ DerivedData/
*.DS_Store *.DS_Store