• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Demonstration of groff .psbb request handling code, for EPS and PDF input files


Commit MetaInfo

Revisionca92b4a68fa40d37d4b72371831041c6fceb128a (tree)
Time2017-10-08 23:30:56
AuthorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Keep optional subdirectories out of SCM control.

* .gitignore .hgignore (dist, build): Add directory references.

Change Summary

Incremental Difference

--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
1+dist
2+build
13 ChangeLog
24 *.bak
35 *.orig
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,6 @@
11 syntax: glob
2+dist/
3+build/
24 ChangeLog
35 **.bak
46 **.orig