1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 02:35:37 +02:00

Added .gitignore for plug-in bin and target directories that are produced

during builds (maven creates target).
This commit is contained in:
Doug Schaefer 2011-06-25 11:55:26 -04:00
parent 64f069c552
commit d34a4195d5

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/*/*/bin
/*/*/target