view .gitignore @ 61:4a11bc59c013

Adding support for "Soft Replace" kll 0.3c - Updated both FuncMaps to use Soft Replace - Only used for layers, default and base maps are not affected by soft replace (works like a normal replace)
author Jacob Alexander <haata@kiibohd.com>
date Wed, 30 Sep 2015 00:04:30 -0700
parents ce7428de7787
children
line wrap: on
line source

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.elf
*.bin
*.hex
*.lss
*.sym
*.map

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Editor generated files #
##########################
*.swp

# Source browsing files #
#########################
tags

# CMake Generated Files #
#########################
CMakeFiles
CMakeCache.txt
cmake_install.cmake

# Python Generated Files #
##########################
__pycache__/
*.py[cod]

# Dropbox #
###########
*.attr