summaryrefslogtreecommitdiff
path: root/Windows
diff options
context:
space:
mode:
Diffstat (limited to 'Windows')
-rw-r--r--Windows/.gitignore1
-rw-r--r--Windows/readme.md3
2 files changed, 4 insertions, 0 deletions
diff --git a/Windows/.gitignore b/Windows/.gitignore
new file mode 100644
index 00000000..445f2352
--- /dev/null
+++ b/Windows/.gitignore
@@ -0,0 +1 @@
+kicad*.exe \ No newline at end of file
diff --git a/Windows/readme.md b/Windows/readme.md
index 390fefc4..88180144 100644
--- a/Windows/readme.md
+++ b/Windows/readme.md
@@ -4,6 +4,9 @@ eSim Installer (Windows OS)
It contains all the documenation for making eSim executable (using PyInstaller) and eSim Installation Script on Windows 7 and above.
+> Note : Do not develop eSim on Windows OS. Work only with `installers` branch on Windows OS and do development on Linux OS.
+> Reference : https://stackoverflow.com/questions/37672886/cannot-get-rid-of-unstaged-files-in-git-on-my-local
+
## eSim Executable:
1. Download and install "Python-3.5.2", "Git For Windows". Use "Git Bash" for all following shell commands.