BlockColor-Engine/.gitignore

75 lines
1020 B
Plaintext
Raw Normal View History

2015-11-10 12:49:24 +01:00
## Editors and Development environments
*~
2015-11-10 12:49:24 +01:00
*.swp
*.bak*
*.orig
2015-11-10 12:49:24 +01:00
# Vim
*.vim
# Kate
.*.kate-swp
.swp.*
# KDevelop4
.kdev4/
*.kdev4
# Eclipse (CDT and LDT)
.project
.cproject
.settings/
.buildpath
.metadata
# GNU Global
tags
!tags/
gtags.files
2015-11-10 12:49:24 +01:00
# GNU Patch reject file
*.rej
2015-05-01 07:42:08 +02:00
2015-11-10 12:49:24 +01:00
## Non-static MultiCraft directories or symlinks to these
2012-03-25 14:52:08 +02:00
/bin/
2015-11-10 12:49:24 +01:00
/cache
/textures/*
!/textures/base/
2015-11-10 12:49:24 +01:00
/screenshots
## Configuration/log files
debug.txt
## Doxygen files
doc/Doxyfile
doc/html/
doc/doxygen_*
## Build files
2015-11-10 12:49:24 +01:00
CMakeFiles
Makefile
!build/android/Makefile
cmake_install.cmake
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
src/android_version.h
2015-11-10 12:49:24 +01:00
src/android_version_githash.h
src/cmake_config.h
src/cmake_config_githash.h
src/lua/build/
2011-11-12 09:39:44 +01:00
locale/
2015-04-26 21:40:19 +02:00
.directory
*.cbp
*.layout
*.o
2015-11-10 12:49:24 +01:00
*.a
## Android build files
build/android/assets
build/android/bin
build/android/Debug
build/android/deps
build/android/gen
build/android/jni/src
build/android/obj
build/android/path.cfg
2015-11-10 12:49:24 +01:00
build/android/and_env
build/android/AndroidManifest.xml
2016-02-11 22:16:15 +01:00
timestamp