Add standard eclipse generated files to .gitignore
These files keep showing up when I run git add . and it's throwing off the release script, so I am telling git to forget about them. Change-Id: I4c12e9c4d72acf8e8dc1345b6903cfa224e621ed
This commit is contained in:
parent
3e4e804248
commit
c6e695f482
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings/org.eclipse.jdt.core.prefs
|
||||
/.settings/org.maven.ide.eclipse.prefs
|
||||
/test_site
|
||||
|
Loading…
Reference in New Issue
Block a user