More gitignore
This commit is contained in:
parent
9afdb3e0ad
commit
2dac11d044
|
@ -13,12 +13,24 @@ modules/register_module_types.cpp
|
|||
core/version.h
|
||||
core/method_bind.inc
|
||||
core/global_defaults.cpp
|
||||
tools/editor/register_exporters.cpp
|
||||
-fpic
|
||||
|
||||
# Android specific
|
||||
platform/android/java/local.properties
|
||||
platform/android/java/project.properties
|
||||
platform/android/java/AndroidManifest.xml
|
||||
tools/editor/register_exporters.cpp
|
||||
platform/android/java/bin/
|
||||
platform/android/java/gen/
|
||||
platform/android/java/assets
|
||||
|
||||
# General c++ generated files
|
||||
*.lib
|
||||
*.o
|
||||
*.a
|
||||
*.d
|
||||
*.so
|
||||
*.os
|
||||
|
||||
# QT project files
|
||||
*.config
|
||||
|
@ -26,6 +38,8 @@ tools/editor/register_exporters.cpp
|
|||
*.files
|
||||
*.includes
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
|
||||
# for projects that use SCons for building: http://http://www.scons.org/
|
||||
.sconsign.dblite
|
||||
|
|
Loading…
Reference in New Issue