Skip to content

Commit

Permalink
adding .project files for ppl and stix, ignoring all others
Browse files Browse the repository at this point in the history
  • Loading branch information
ennosigaeus committed Jan 25, 2018
1 parent c85076c commit 495765d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
.metadata

# ignore personal startup files
startup_stix_sswidl*.bat
stix_personal_startup*.pro
**/.project
startup_stix_sswidl*
stix_personal_startup*
dev/.project
iunit/.project
lldp/**/.project


# ignore the fpga data folder
fpga
Expand Down
17 changes: 17 additions & 0 deletions ppl/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ppl</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.rsi.idldt.core.IDLBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.rsi.idldt.core.IDLNature</nature>
</natures>
</projectDescription>
17 changes: 17 additions & 0 deletions stix/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>stix</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.rsi.idldt.core.IDLBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.rsi.idldt.core.IDLNature</nature>
</natures>
</projectDescription>

0 comments on commit 495765d

Please sign in to comment.