Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author10se1ucgo <hammaadu1@gmail.com>2016-03-19 19:48:40 +0300
committer10se1ucgo <hammaadu1@gmail.com>2016-03-19 20:17:03 +0300
commit143990be2bd3b0c720f431dc297f5f3b7c2ece39 (patch)
tree1f9638776eabd4a17d3ef75e23158c4aae7d2610 /.gitignore
parent6f533ffab4245ab327e962bceef322ecc0511ca7 (diff)
Rewrite! Closes #153, #147, #146, #124
Changes: Everything rewritten! Many things borrowed from my other program, pyjam. Split Windows Defender and WifiSense into two options GUI should now scale properly (hopefully) Everything is less terrible! Code is somewhat cleaner! Fixed DiagTrack service Split everything into 3 files: - dwt.py: Entry file, contains GUI and logging stuff - dwt_util.py: Contains functions for disabling the tracking - dwt_about.py: Contains the about and licenses dialog. Have fun!
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index f075898..a8a69ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,8 +14,8 @@ dist/
*.sublime-workspace
# Log
-DisableWinTracking.log
+dwt.log
-# Ruined1 Stuff
-setup.py
-tester.py \ No newline at end of file
+# Other
+getapps.py
+getreleases.py