Browse Source

Git stuff

nsITobin 2 months ago
commit
86d6d227fa
2 changed files with 26 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 25 0
      .gitignore

+ 1 - 0
.gitattributes

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

+ 25 - 0
.gitignore

@@ -0,0 +1,25 @@
+# .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
+base/tests/*
+/datastore/.config/*
+
+# Ignore misc files that need not be in the repo
+/robots.txt