• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

A light-weight C++ object model framework Windows API Tool Kit


コミットメタ情報

リビジョン0f7783618c53479916a9878c78692adb4843bcac (tree)
日時2013-08-19 19:07:08
作者Keith Marshall <keithmarshall@user...>
コミッターKeith Marshall

ログメッセージ

Do not track .orig files.

変更サマリ

差分

--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
1+*.orig
12 *.[ado]
23 configure
34 config.log
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,5 @@
11 syntax: glob
2+**.orig
23 **.[ado]
34 configure
45 config.log
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2013-08-19 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Do not track .orig files.
4+
5+ * .hgignore (**.orig): Add pattern.
6+ * .gitignore (*.orig): Likewise.
7+
18 2013-07-12 Keith Marshall <keithmarshall@users.sourceforge.net>
29
310 Add default handler for WM_CLOSE message.