commit | 2f6abd9dbc1bec3e3415fc6e7d8080dc916af34b | [log] [tgz] |
---|---|---|
author | Paul Duffin <[email protected]> | Fri Mar 24 13:48:08 2017 +0000 |
committer | Paul Duffin <[email protected]> | Fri Mar 24 13:48:08 2017 +0000 |
tree | 9e0e66ab811b9986897da5a7045354d29a719d5d | |
parent | ce33604360aa38f63921a82604a592acee1d105c [diff] |
Update .gitignore file to ignore IntelliJ IDEA files Test: git status to make sure the files do not appear Change-Id: I25cd8f7453bfbf44cd5020682dca655e0c8585a6
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98b50ee --- /dev/null +++ b/.gitignore
@@ -0,0 +1,3 @@ +# IntelliJ IDEA +.idea/ +*.iml