• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

The MinGW.org Installation Manager Tool


コミットメタ情報

リビジョン4cc0b34da6248158109b8f3b28976d9d8bbfa012 (tree)
日時2012-08-01 02:05:33
作者Earnie Boyd <earnie@user...>
コミッターEarnie Boyd

ログメッセージ

Move .cvsignore to .gitignore

変更サマリ

差分

--- a/.cvsignore
+++ /dev/null
@@ -1,3 +0,0 @@
1-configure autom4te.cache
2-bin obj mingw-get.layout mingw-get.depend *.d
3-.hg .hgignore .hgtags
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
1+configure
2+autom4te.cache
3+bin
4+obj
5+mingw-get.layout
6+mingw-get.depend
7+*.d
8+.hg
9+.hgignore
10+.hgtags
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2012-07-31 Earnie Boyd <earnie@users.sourceforge.net>
2+
3+ Move .cvsignore to .gitignore.
4+
5+ * .cvsignore: Remove.
6+ * .gitignore: New file.
7+
18 2012-07-13 Keith Marshall <keithmarshall@users.sourceforge.net>
29
310 Disable globbing of command line arguments.