diff options
| author | R E Broadley <[email protected]> | 2012-05-17 19:09:21 +0100 |
|---|---|---|
| committer | R E Broadley <[email protected]> | 2012-05-17 19:09:21 +0100 |
| commit | 0ec6e88048361080afd5943255a902c46f232563 (patch) | |
| tree | b5208c2ef721d22d3ad810b69f4489e174411cee | |
| parent | Merge pull request #1321 from laanwj/2012_05_updatemaintrans (diff) | |
| download | discoin-0ec6e88048361080afd5943255a902c46f232563.tar.xz discoin-0ec6e88048361080afd5943255a902c46f232563.zip | |
Add build directory to .gitignore, so that it's not tracked.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dafbc2b6b..fe93caafb 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ qrc_*.cpp *.pro.user #mac specific .DS_Store +build |