93 lines
948 B
Plaintext
Raw Normal View History

2019-04-15 14:32:53 +00:00
###########################
# ignore generated binaries
# but not the data folder
###########################
2019-04-15 14:32:53 +00:00
/bin/*
!/bin/data/
2019-04-15 14:32:53 +00:00
#########
# general
#########
2019-04-15 14:32:53 +00:00
[Bb]uild/
[Oo]bj/
2019-04-15 14:32:53 +00:00
*.o
[Dd]ebug*/
[Rr]elease*/
*.mode*
*.app/
*.pyc
.svn/
*.log
2019-04-15 14:32:53 +00:00
########################
# IDE files which should
# be ignored
########################
# XCode
*.pbxuser
*.plist
*.DS_Store
*.Makefile
2019-04-15 14:34:21 +00:00
*Project.xconfig
2019-04-15 14:32:53 +00:00
*.make
2019-04-15 14:34:21 +00:00
*.makefile
2019-04-15 14:32:53 +00:00
*.xcodeproj
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
# XCode 4
xcuserdata
*.xcworkspace
# Code::Blocks
*.depend
*.layout
# Visual Studio
*.sdf
2019-04-15 14:32:53 +00:00
*.opensdf
*.suo
*.pdb
*.ilk
*.aps
*.make
*.sln
*.vcxproj
*.filters
*.rc
ipch/
2019-04-15 14:32:53 +00:00
# Eclipse
.metadata
local.properties
.externalToolBuilders
2019-04-15 14:32:53 +00:00
##################
# operating system
##################
2019-04-15 14:32:53 +00:00
# Linux
*~
2019-04-15 14:32:53 +00:00
# KDE
.directory
.AppleDouble
# OSX
.DS_Store
*.swp
*~.nib
# Thumbnails
._*
# Windows
# Image file caches
Thumbs.db
# Folder config file
Desktop.ini
# Android
.csettings