diff options
author | sciencebrainrs <sciencebrainrs@gmail.com> | 2012-06-23 17:19:47 -0500 |
---|---|---|
committer | sciencebrainrs <sciencebrainrs@gmail.com> | 2012-06-23 17:19:47 -0500 |
commit | dc623d479db9ce6c67ad5bf565b80d1adef6ee90 (patch) | |
tree | 3f5c546bc191395488d9d711b366889481d3f177 /Global | |
parent | 4b6bf65bdf0d52a58cb8f28964b6327c26fbf171 (diff) | |
download | gitignore-dc623d479db9ce6c67ad5bf565b80d1adef6ee90.tar.gz gitignore-dc623d479db9ce6c67ad5bf565b80d1adef6ee90.zip |
Add out folder to gitignore
Diffstat (limited to 'Global')
-rw-r--r-- | Global/IntelliJ.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Global/IntelliJ.gitignore b/Global/IntelliJ.gitignore index 7d89b9c0..7576fded 100644 --- a/Global/IntelliJ.gitignore +++ b/Global/IntelliJ.gitignore @@ -2,3 +2,4 @@ *.ipr *.iws .idea/ +out/ |