latest tweaks

This commit is contained in:
Eric Froemling 2019-10-07 03:03:48 -07:00
parent eeb3957ad2
commit c82384b734
4 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ local.properties
.pycheckers
.flycheck-dir-locals.el
.pylintrc
.projectile
.clang-format
.style.yapf
.irony

View File

@ -1,13 +1,6 @@
<component name="ProjectDictionaryState">
<dictionary name="ericf">
<words>
<w>spacelen</w>
<w>plines</w>
<w>formatmakefile</w>
<w>nosynctools</w>
<w>nosyncdir</w>
<w>nosyncdirs</w>
<w>pulllist</w>
<w>aaaa</w>
<w>aaab</w>
<w>aaac</w>
@ -536,6 +529,7 @@
<w>formatcodefull</w>
<w>formatdoc</w>
<w>formatfull</w>
<w>formatmakefile</w>
<w>formatscripts</w>
<w>formatscriptsfull</w>
<w>fout</w>
@ -1005,6 +999,9 @@
<w>norun</w>
<w>nospeak</w>
<w>nosub</w>
<w>nosyncdir</w>
<w>nosyncdirs</w>
<w>nosynctools</w>
<w>notdir</w>
<w>npos</w>
<w>ntpath</w>
@ -1096,6 +1093,7 @@
<w>playsound</w>
<w>playtype</w>
<w>playtypes</w>
<w>plines</w>
<w>plistlib</w>
<w>plpt</w>
<w>plst</w>
@ -1173,6 +1171,7 @@
<w>ptype</w>
<w>pubsync</w>
<w>pucknode</w>
<w>pulllist</w>
<w>punchdir</w>
<w>punchiness</w>
<w>punchmats</w>
@ -1360,6 +1359,7 @@
<w>socketserver</w>
<w>sourceimages</w>
<w>sourcelines</w>
<w>spacelen</w>
<w>spacingstr</w>
<w>spammers</w>
<w>spammy</w>

View File

@ -30,7 +30,8 @@ DOCPREFIX = "ballisticacore_"
# Prerequisites that should be in place before running most any other build;
# things like tool config files, etc.
PREREQS = .dir-locals.el .mypy.ini .pycheckers \
.pylintrc .style.yapf .clang-format
.pylintrc .style.yapf .clang-format \
.projectile
# List the targets in this Makefile and basic descriptions for them.
list:
@ -306,6 +307,9 @@ TOOL_CFG_SRC = tools/efrotools/snippets.py config/config.json
.pylintrc: config/toolconfigsrc/pylintrc ${TOOL_CFG_SRC}
${TOOL_CFG_INST} $< $@
.projectile: config/toolconfigsrc/projectile ${TOOL_CFG_SRC}
${TOOL_CFG_INST} $< $@
.dir-locals.el: config/toolconfigsrc/dir-locals.el ${TOOL_CFG_SRC}
${TOOL_CFG_INST} $< $@