More gitignore
This commit is contained in:
parent
9afdb3e0ad
commit
2dac11d044
|
@ -13,12 +13,24 @@ modules/register_module_types.cpp
|
||||||
core/version.h
|
core/version.h
|
||||||
core/method_bind.inc
|
core/method_bind.inc
|
||||||
core/global_defaults.cpp
|
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/project.properties
|
||||||
platform/android/java/AndroidManifest.xml
|
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
|
# General c++ generated files
|
||||||
*.lib
|
*.lib
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
*.d
|
||||||
|
*.so
|
||||||
|
*.os
|
||||||
|
|
||||||
# QT project files
|
# QT project files
|
||||||
*.config
|
*.config
|
||||||
|
@ -26,6 +38,8 @@ tools/editor/register_exporters.cpp
|
||||||
*.files
|
*.files
|
||||||
*.includes
|
*.includes
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# for projects that use SCons for building: http://http://www.scons.org/
|
# for projects that use SCons for building: http://http://www.scons.org/
|
||||||
.sconsign.dblite
|
.sconsign.dblite
|
||||||
|
@ -216,4 +230,4 @@ ehthumbs.db
|
||||||
Desktop.ini
|
Desktop.ini
|
||||||
|
|
||||||
# Recycle Bin used on file shares
|
# Recycle Bin used on file shares
|
||||||
$RECYCLE.BIN/
|
$RECYCLE.BIN/
|
||||||
|
|
Loading…
Reference in New Issue