view .gitignore @ 398:63b1d003fd50

Stop requiring editing of example scripts The example scripts include hardcoded values that do not work for everyone. Instead of requiring the files to be edited (and dirtying the git tree), allow them to take command-line arguments. Also adds better guidance for Mac OSX virtual serial ports.
author Joshua Flanagan <joshuaflanagan@gmail.com>
date Tue, 10 Nov 2015 10:32:06 -0600
parents 5f085e29a66c
children b5746c43904e
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
*.attr

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

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

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

# External Repos #
##################
kll