Add a script to ignore git complaining about the eclipse workspace changing - run when you first open the eclipse workspace
This commit is contained in:
parent
fabc324487
commit
c7002207fb
1 changed files with 3 additions and 0 deletions
3
fml/ignore-git.sh
Executable file
3
fml/ignore-git.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
git update-index --assume-unchanged eclipse/.metadata/.plugins/org.eclipse.core.resources/.root/0.tree
|
Loading…
Reference in a new issue