diff options
author | Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> | 2019-12-15 16:28:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 16:28:18 +0100 |
commit | bab35c64d10f63587a3693a71200620f0ee03cc4 (patch) | |
tree | a68cc3c9c9871e6776bf0258992455452e7ee8bc | |
parent | Merge pull request #23 from altendky/return_for_test_failed (diff) | |
parent | Added some common IDE folders to gitignore (diff) | |
download | siphash-bab35c64d10f63587a3693a71200620f0ee03cc4.tar.gz siphash-bab35c64d10f63587a3693a71200620f0ee03cc4.tar.xz |
Merge pull request #26 from jflopezfernandez/master
Added some common IDE folders to gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,3 +16,8 @@ *.exe *.out *.app + +# IDE Folders +/.code/ +/.idea/ +/.vs/ |