smarter .gitignore
This commit is contained in:
parent
684d25d2bb
commit
1a00003b81
|
@ -11,7 +11,7 @@ Debug/
|
||||||
.settings/
|
.settings/
|
||||||
firmware/rusefi_ram_report.txt
|
firmware/rusefi_ram_report.txt
|
||||||
doxygen/
|
doxygen/
|
||||||
.idea
|
/.idea
|
||||||
workspace.xml
|
workspace.xml
|
||||||
java_console_binary
|
java_console_binary
|
||||||
.vscode
|
.vscode
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
<component name="libraryTable">
|
||||||
|
<library name="snakeyaml">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/lib/snakeyaml.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES />
|
||||||
|
</library>
|
||||||
|
</component>
|
Loading…
Reference in New Issue