diff options
| author | Jeff Garzik <[email protected]> | 2012-05-17 11:32:47 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-17 11:32:47 -0700 |
| commit | 985302c7ccec7d71d6e14a97b91b2637872a20e3 (patch) | |
| tree | 443b8d3a765c4f6e9dc0f19f3fd0d664cd418ffb | |
| parent | Merge pull request #1334 from rebroad/Exiting2Exited (diff) | |
| parent | Add build directory to .gitignore, so that it's not tracked. (diff) | |
| download | discoin-985302c7ccec7d71d6e14a97b91b2637872a20e3.tar.xz discoin-985302c7ccec7d71d6e14a97b91b2637872a20e3.zip | |
Merge pull request #1335 from rebroad/IgnoreBuildDir
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 |