diff options
author | Rhett Aultman <roadriverrail@gmail.com> | 2017-06-03 22:40:31 +0800 |
---|---|---|
committer | Rhett Aultman <roadriverrail@gmail.com> | 2017-06-03 22:48:12 +0800 |
commit | 964dc31fa52dfdb04b3b3bac517d5a1f89e1d18d (patch) | |
tree | b25d5cab28a9b7020ab0ef2b25089c2673ba8da9 /.gitignore | |
parent | b4ae188a0f6da55317ca04bd64a7524592089ed0 (diff) | |
download | dexon-solidity-964dc31fa52dfdb04b3b3bac517d5a1f89e1d18d.tar.gz dexon-solidity-964dc31fa52dfdb04b3b3bac517d5a1f89e1d18d.tar.zst dexon-solidity-964dc31fa52dfdb04b3b3bac517d5a1f89e1d18d.zip |
Ignore the CMakeLists.txt.user qtcreator makes
qtcreator stores its settings in the file CMakeLists.txt.user,
and it should be ignored like the other IDE files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,3 +41,4 @@ docs/utils/__pycache__ # IDE files .idea browse.VC.db +CMakeLists.txt.user |