Skip to content

Commit

Permalink
Adding Josh's gitignore so we can have a clear conflict resolution pa…
Browse files Browse the repository at this point in the history
…th with the drupal 7.2 update
  • Loading branch information
Aaron Levy committed Jun 2, 2011
1 parent da9f22f commit 01ea8df
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Drupal #
##########
sites/*/files/*
files/*

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

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

# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
._*

0 comments on commit 01ea8df

Please sign in to comment.