diff options
author | Oliver Kopp <kopp.dev@gmail.com> | 2017-07-26 09:57:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 09:57:33 +0200 |
commit | 435c4d92ea6ad42936894d3735c3451089883add (patch) | |
tree | c1798544325f3c1cc45f2715b34dbc0a8b610e7a /Global | |
parent | f5a79481a7ca219763ed5c4c9bd6c326157eeeac (diff) | |
download | gitignore-435c4d92ea6ad42936894d3735c3451089883add.tar.gz gitignore-435c4d92ea6ad42936894d3735c3451089883add.zip |
JetBrains: out/ ignored recursively
Diffstat (limited to 'Global')
-rw-r--r-- | Global/JetBrains.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index ff23445e..345e61ae 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -31,7 +31,7 @@ cmake-build-debug/ ## Plugin-specific files: # IntelliJ -/out/ +out/ # mpeltonen/sbt-idea plugin .idea_modules/ |