Files
headphones/.gitignore
Benjamin Runnels cf387fe54f Fixed default setting for GIT_USER and GIT_BRANCH
Fixed stdout catching
Updated gitignore adding /cache, /logs, and eclipse project files.
Made init.ubuntu executable
2012-12-17 11:20:08 -06:00

58 lines
565 B
Plaintext

# Compiled source #
###################
*.pyc
*.py~
*.pyproj
*.sln
# Logs and databases #
######################
*.log
*.db
*.db-journal
*.ini
logs/*
cache/*
# OS generated files #
######################
.DS_Store?
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
/cache
/logs
.project
.pydevproject