Browse Source

Add git stuff

nsITobin 7 months ago
parent
commit
2b1ab38c14
2 changed files with 21 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 20 0
      .gitignore

+ 1 - 0
.gitattributes

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

+ 20 - 0
.gitignore

@@ -0,0 +1,20 @@
+# .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/
+/.dist/