Browse Source

Git stuff

nsITobin 1 year ago
commit
a6cfa91faf
2 changed files with 20 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 19 0
      .gitignore

+ 1 - 0
.gitattributes

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

+ 19 - 0
.gitignore

@@ -0,0 +1,19 @@
+# .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]
+
+# Build directories
+/obj*/
+/build-*/
+/dist/