Skip to content

Commit 4c5ae4c

Browse files
committed
Added generated jar files to gitignore
These files are generated during SDK build and make the working tree dirty after the build: ``` git status On branch master Untracked files: (use "git add <file>..." to include in what will be committed) org.eclipse.jdt.debug.tests/javadebugtests.jar org.eclipse.jdt.debug/jdimodel.jar ```
1 parent bb77773 commit 4c5ae4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/javadebugtests.jar

org.eclipse.jdt.debug/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/jdi-bin/
2+
/jdimodel.jar

0 commit comments

Comments
 (0)