updating .gitignore since i'm using PyCharm instead of Brackets for a bit.

This commit is contained in:
brent s. 2018-05-17 23:23:26 -04:00
parent bf12fbcda3
commit 559789ffe5
1 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View File

@ -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