Skip to content

Commit

Permalink
Setup hgignore, volume/brightness up/down, sysreq still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
lopter committed Jul 14, 2016
1 parent 73efd7b commit 5dadde9
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .hgignore
@@ -0,0 +1,63 @@
syntax: glob

# 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
compile_commands.json

Keyboards/ICED-{L,R}

0 comments on commit 5dadde9

Please sign in to comment.