OSDN Git Service

Do not track .orig files.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 19 Aug 2013 10:07:08 +0000 (11:07 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 19 Aug 2013 10:07:08 +0000 (11:07 +0100)
.gitignore
.hgignore
ChangeLog

index f2afb97..786984b 100644 (file)
@@ -1,3 +1,4 @@
+*.orig
 *.[ado]
 configure
 config.log
index 8cf7e03..371dc34 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,5 @@
 syntax: glob
+**.orig
 **.[ado]
 configure
 config.log
index 89e5a8c..81b71a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-08-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       Do not track .orig files.
+
+       * .hgignore (**.orig): Add pattern.
+       * .gitignore (*.orig): Likewise.
+
 2013-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Add default handler for WM_CLOSE message.