From 559789ffe5dc34290d96a0aaf6919a9473f0cb1f Mon Sep 17 00:00:00 2001 From: r00t Date: Thu, 17 May 2018 23:23:26 -0400 Subject: [PATCH] updating .gitignore since i'm using PyCharm instead of Brackets for a bit. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 14c1cb5..2849cef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ # We don't want local build settings in case someone's using # the git dir as a place to store their build.ini confs/* -*.bak -# We don't need these in git. They should be generated dynamically. +# We don't need these in git. They should be generated dynamically, or they're used in testing/development or local +# to a workstation. .latest.*.tar /buildnum screenlog* @@ -12,6 +12,7 @@ screenlog* *.lck *~ .~lock.* +.idea/ # You should really generate local copies of these, as they're pretty private. **/etc/dropbear @@ -29,3 +30,4 @@ __pycache__/ *test*.py *test*.sh *test*.exp +*.bak \ No newline at end of file