More extracting and ignoring
This commit is contained in:
parent
aed5272445
commit
ff322f9d0e
4
algs4/.gitignore
vendored
4
algs4/.gitignore
vendored
@ -6,3 +6,7 @@ drjava.jar
|
||||
findbugs-1.3.9/
|
||||
findbugs.zip
|
||||
stdlib.jar
|
||||
/largeT.txt
|
||||
/largeW.txt
|
||||
/tinyT.txt
|
||||
/tinyW.txt
|
||||
|
@ -3,5 +3,7 @@
|
||||
set -e
|
||||
|
||||
cd src/java
|
||||
chmod 644 *.java *.class *.jar
|
||||
jar xf ../../algs4.jar
|
||||
jar xf ../../stdlib.jar
|
||||
chmod 444 *.java *.class *.jar
|
||||
|
Loading…
Reference in New Issue
Block a user