diff options
author | Dmitry Mikhirev | 2014-12-14 22:13:02 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-12-14 22:13:02 +0300 |
commit | a7030b19aa874c0943e30f54c1814288cc447758 (patch) | |
tree | 4681918f9e27c648e601edcc6929b1159b30c889 | |
parent | 4f41a3206f864d11fd97cb4ef6fa7f858ce0fe8f (diff) | |
download | brainuino-schematic-a7030b19aa874c0943e30f54c1814288cc447758.tar.gz brainuino-schematic-a7030b19aa874c0943e30f54c1814288cc447758.tar.bz2 brainuino-schematic-a7030b19aa874c0943e30f54c1814288cc447758.tar.xz brainuino-schematic-a7030b19aa874c0943e30f54c1814288cc447758.zip |
added .gitignore and .gitattributes
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b04c75f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.* export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ |