diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2013-12-25 15:40:32 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2013-12-25 15:40:32 -0800 |
commit | 0cd5866eead5676581b3164fdb328ae529b924c5 (patch) | |
tree | 5081eead7c14e27d43ddb5c8c129b0c2e0e03082 /.gitignore | |
parent | 4ff8766a2210736adbf1cd8c709e4d75d0114fa1 (diff) | |
download | spack-0cd5866eead5676581b3164fdb328ae529b924c5.tar.gz spack-0cd5866eead5676581b3164fdb328ae529b924c5.tar.bz2 spack-0cd5866eead5676581b3164fdb328ae529b924c5.tar.xz spack-0cd5866eead5676581b3164fdb328ae529b924c5.zip |
Some fixes recommended by PyCharm
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 06cb4a2f04..0e239fa0bb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /var/ *~ .DS_Store +.idea |