mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Added another way to find org files (but commented out)
This commit is contained in:
parent
b41472fd84
commit
cf7b989a7e
@ -10,3 +10,7 @@
|
||||
for FILE in `find . -name *.orig`; do echo "Deleting reject: $FILE"; rm -i $FILE; done
|
||||
for FILE in `find . -name *.rej`; do echo "Deleting reject: $FILE"; rm -i $FILE; done
|
||||
for FILE in `find . -name *.tmp | grep -v "\.svn"`; do echo "Deleting reject: $FILE"; rm -i $FILE; done
|
||||
#rm $(git status | grep orig | awk '{print $2}')
|
||||
#rm $(git status | grep LOCAL | awk '{print $2}')
|
||||
#rm $(git status | grep REMOTE | awk '{print $2}')
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user