Add .gitignore.

This commit is contained in:
Richard Helgeby 2014-07-23 15:20:18 +02:00
parent a773746181
commit 0e6c2dc909
2 changed files with 10 additions and 14 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
src/zr/hgversion.h.inc
build/
release/
docs/changes/
patch.diff
patch.txt
.DS_Store

View File

@ -1,14 +0,0 @@
# use glob syntax.
syntax: glob
src/zr/hgversion.h.inc
build/*
release/*
docs/changes/*
patch.diff
patch.txt
.DS_Store