Browse Source

Git stuff

nsITobin 1 month ago
commit
91dd2e9c6a
2 changed files with 23 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 22 0
      .gitignore

+ 1 - 0
.gitattributes

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

+ 22 - 0
.gitignore

@@ -0,0 +1,22 @@
+# .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/
+.cache/
+.src/
+
+# Ignore misc files that need not be in the repo
+/robots.txt