From 97d853bfb3eb505bba9ea5cb3a1f1a11c90d9984 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Tue, 3 Mar 2020 16:06:53 +0530 Subject: Note for working with installers only --- Windows/.gitignore | 1 + Windows/readme.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 Windows/.gitignore 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. -- cgit