Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393_sata
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393_sata
Commits
e599a308
Commit
e599a308
authored
Nov 28, 2017
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing .gitignore
parent
4d011581
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
60 additions
and
5 deletions
+60
-5
.gitignore
.gitignore
+4
-5
.project
eclipse_project_setup/.project
+51
-0
.pydevproject
eclipse_project_setup/.pydevproject
+5
-0
No files found.
.gitignore
View file @
e599a308
.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
eclipse_project_setup/.project
0 → 100644
View file @
e599a308
<?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
'
Clean
'
</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
'
No Build Configuration Specified
'
</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>
eclipse_project_setup/.pydevproject
0 → 100644
View file @
e599a308
<?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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment