diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-23 12:32:40 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-23 14:24:08 +0200 |
| commit | dca7bd3152c5c21aa0a2b14aa09d4045ae51dcc5 (patch) | |
| tree | 1741e84a79817c6f2d2210bf707406aec0fe8465 /.gitignore | |
| parent | Merge pull request #6818 (diff) | |
| download | discoin-dca7bd3152c5c21aa0a2b14aa09d4045ae51dcc5.tar.xz discoin-dca7bd3152c5c21aa0a2b14aa09d4045ae51dcc5.zip | |
doc: Add developer notes about gitignore
- Add developer notes about `.gitignore.`
- Remove qt creator specific files from gitignore, to be consistent.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index a8035731d..8ad862d84 100644 --- a/.gitignore +++ b/.gitignore @@ -85,9 +85,6 @@ src/test/buildenv.py # Resources cpp qrc_*.cpp -# Qt creator -*.pro.user - # Mac specific .DS_Store build |