mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
I accidentally added .classpath to my .cvsignore. Oops. (If anyone knows a method for removing items from the .cvsignore file without manually editing the file, please share.)
This commit is contained in:
parent
460710096c
commit
cdbe580c99
1 changed files with 7 additions and 0 deletions
7
terminal/org.eclipse.tm.terminal/.classpath
Normal file
7
terminal/org.eclipse.tm.terminal/.classpath
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
Loading…
Add table
Reference in a new issue