Commit e599a308 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

fixing .gitignore

parent 4d011581
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
.cproject
.project
.externalToolBuilders/
.pydevproject
/.cproject
/.project
/.externalToolBuilders/
/.pydevproject
unisims
debug
vivado_*
@@ -17,6 +17,5 @@ x393.prj
*.pickle
bitbake-logs                                                                                                                                               
sysroots  
attic/*
image
/scripts
 No newline at end of file
+51 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>x393_sata</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.python.pydev.PyDevBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>com.elphel.vdt.veditor.simulateBuilder</name>
			<arguments>
				<dictionary>
					<key>com.elphel.vdt.veditor.simulateBuilder.00000000Default.CleanCommand</key>
					<value>echo &apos;Clean&apos;</value>
				</dictionary>
				<dictionary>
					<key>com.elphel.vdt.veditor.simulateBuilder.00000000Default.buildOrder</key>
					<value>0</value>
				</dictionary>
				<dictionary>
					<key>com.elphel.vdt.veditor.simulateBuilder.00000000Default.command</key>
					<value>echo &apos;No Build Configuration Specified&apos;</value>
				</dictionary>
				<dictionary>
					<key>com.elphel.vdt.veditor.simulateBuilder.00000000Default.enable</key>
					<value>true</value>
				</dictionary>
				<dictionary>
					<key>com.elphel.vdt.veditor.simulateBuilder.00000000Default.name</key>
					<value>Default</value>
				</dictionary>
				<dictionary>
					<key>com.elphel.vdt.veditor.simulateBuilder.00000000Default.parser</key>
					<value></value>
				</dictionary>
				<dictionary>
					<key>com.elphel.vdt.veditor.simulateBuilder.00000000Default.workFolder</key>
					<value></value>
				</dictionary>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>com.elphel.vdt.veditor.HdlNature</nature>
		<nature>org.python.pydev.pythonNature</nature>
	</natures>
</projectDescription>
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
</pydev_project>