Skip to content

Commit

Permalink
Add output/ and .clang-format to gitignore
Browse files Browse the repository at this point in the history
Summary:
* `output/` is created by `build.sh`
* I'm using some `.clang-format` configuration to achieve a similar code formatting like the one the project has already in existing code. Do you guys maybe have such a configuration too that you could share, so it wouldn't just be "similar" but exactly the same?
Closes #292

Differential Revision: D3683549

Pulled By: lawrencelomax

fbshipit-source-id: b76d200dea491428c50d7286d45878fbcfd29a1a
  • Loading branch information
plu authored and Facebook Github Bot 8 committed Aug 8, 2016
1 parent fbc570a commit ebbfe35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -45,3 +45,5 @@ Carthage/Checkouts
fbsimctl/Carthage/Build
fbsimctl/Carthage/Checkouts

output/
.clang-format

0 comments on commit ebbfe35

Please sign in to comment.