updating .gitignore since i'm using PyCharm instead of Brackets for a bit.
This commit is contained in:
parent
bf12fbcda3
commit
559789ffe5
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,9 +1,9 @@
|
|||||||
# We don't want local build settings in case someone's using
|
# We don't want local build settings in case someone's using
|
||||||
# the git dir as a place to store their build.ini
|
# the git dir as a place to store their build.ini
|
||||||
confs/*
|
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
|
.latest.*.tar
|
||||||
/buildnum
|
/buildnum
|
||||||
screenlog*
|
screenlog*
|
||||||
@ -12,6 +12,7 @@ screenlog*
|
|||||||
*.lck
|
*.lck
|
||||||
*~
|
*~
|
||||||
.~lock.*
|
.~lock.*
|
||||||
|
.idea/
|
||||||
|
|
||||||
# You should really generate local copies of these, as they're pretty private.
|
# You should really generate local copies of these, as they're pretty private.
|
||||||
**/etc/dropbear
|
**/etc/dropbear
|
||||||
@ -29,3 +30,4 @@ __pycache__/
|
|||||||
*test*.py
|
*test*.py
|
||||||
*test*.sh
|
*test*.sh
|
||||||
*test*.exp
|
*test*.exp
|
||||||
|
*.bak
|
Loading…
Reference in New Issue
Block a user