Browse Source

Git stuff

nsITobin 5 years ago
commit
5c49db8539
2 changed files with 25 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 24 0
      .gitignore

+ 1 - 0
.gitattributes

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

+ 24 - 0
.gitignore

@@ -0,0 +1,24 @@
+# .gitignore - List of filenames git should ignore
+
+# Filenames that should be ignored wherever they appear
+*~
+*.rej
+*.pyc
+*.pyo
+TAGS
+tags
+ID
+.DS_Store*
+
+# Vim swap files.
+.*.sw[a-z]
+
+# Directories
+.obj/
+_tools/
+datastore/
+datastore
+
+# Ignore misc files that need not be in the repo
+/robots.txt
+