From f12b7d0e8b2c19d1907415e1006be7b2fe873115 Mon Sep 17 00:00:00 2001
From: GuiNerd <guinerdinho@gmail.com>
Date: Sat, 14 Sep 2019 12:56:19 -0300
Subject: [PATCH] Initial commit

---
 .gitattributes |  2 ++
 .gitignore     | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md      |  2 ++
 3 files changed, 56 insertions(+)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 README.md

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c6127b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,52 @@
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d70a28c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# Calculadora
+