• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionff631c2123605973de3a4c53874763f37682a164 (tree)
Zeit2020-12-09 11:33:54
Autortfuruka1 <tfuruka1 at nifty dot com>
Commitertfuruka1

Log Message

.gitignore を多少変更

Ändern Zusammenfassung

Diff

--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
11 #
22 # .gitignore 編集
3-# キャッシュを削除
3+# キャッシュを削除 (git rm -r --cached . //ファイル全体キャッシュ削除)
44 # commit & push
55
66 *.exe
7+*.zip
78 *.o
9+*~
810 bin/
--- a/cmd-tools/javaenv.cmd
+++ b/cmd-tools/javaenv.cmd
@@ -21,7 +21,7 @@ rem
2121
2222 SET CMD=%SYSTEMROOT%\System32\cmd
2323
24-IF NOT "%1"=="" (
24+IF NOT %1=="" (
2525 call :CHG_DIRECTORY "%1"
2626 cd
2727 )