Browse Source

added gitattributes file and updated gitignore

Signed-off-by: syntaqx <syntaqx@gmail.com>
syntaqx 12 years ago
parent
commit
948ce87cd9
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