Skip to content

Commit

Permalink
update .git* files
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoellmann committed Dec 23, 2014
1 parent f7fa86b commit 18a19eb
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
*.sh eol=lf

# Standard
*.doc diff=astextplain
Expand Down
72 changes: 51 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,46 @@
# folders and files to be ignored by git
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
## IDEs
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

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

# OS generated files #
######################
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
*.rdb
[Tt]humbs.db
[Dd]esktop.ini
*.DS_store
.DS_store?

# IDE files #
#######################
*.swp
*.swo
*.pydevproject
.project
.metadata
Expand All @@ -19,32 +56,25 @@ local.properties
.buildpath
nbproject/
.idea/
config.codekit

############
## OSes
############

[Tt]humbs.db
[Dd]esktop.ini
*.DS_store
.DS_store?

############
## Misc
############

# Misc #
#######################
bin/
tmp/
*.tmp
*.bak
*.log
*.[Cc]ache
*.cpr
*.orig
*.php.in
.idea/
temp/
._*
.Trashes

.svn
# Development files #
#####################
cache/**/*
logs/*
.svn*
node_modules
npm-debug.log
.sass-cache

0 comments on commit 18a19eb

Please sign in to comment.