diff options
-rw-r--r-- | .gitattributes | 4 | ||||
-rw-r--r-- | .gitignore | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1a045fa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore +.commit-template export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..888191b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.* +build*/ |