Browse Source

Merge pull request #687 from syntaqx/git-files

added gitattributes file and updated gitignore
Taylor Otwell 12 years ago
parent
commit
d29c5bfdab
2 changed files with 37 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 36 0
      .gitignore

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+* text=auto

+ 36 - 0
.gitignore

@@ -1 +1,37 @@
+# Numerous always-ignore extensions
+*.diff
+*.err
+*.orig
+*.log
+*.rej
+*.swo
+*.swp
+*.vi
+*~
+*.sass-cache
+
+# OS or Editor folders
 .DS_Store
+Thumbs.db
+.cache
+.project
+.settings
+.tmproj
+*.esproj
+nbproject
+
+# Dreamweaver added files
+_notes
+dwsync.xml
+
+# Komodo
+*.komodoproject
+.komodotools
+
+# Folders to ignore
+.hg
+.svn
+.CVS
+intermediate
+publish
+.idea