diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-09-02 19:06:32 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-02 19:06:32 (GMT) |
| commit | 61e7ad9186831269f8ea9478c75dd6a57e474638 (patch) | |
| tree | c22bf6b313bf417cdc8348e754f019236f919f83 | |
| parent | 339c920e950d5e4e8e65807da4f8cf3408ec71ce (diff) | |
| parent | fd8c69dedabcd3bfa0d3933f5b16a5d5e1dd0ff0 (diff) | |
Merge pull request #57 from Avamander/patch-2
Added a few more folders to gitignore before they end up in the repository
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,6 +1,19 @@ -.idea -cmake-build-* +.idea/ +cmake-build-*/ +**/CMakeCache.txt +CMakeFiles/ + core sdk src/Version.h docker/post_build.sh + +# Linux +**/.directory +**/*.swp + +# OSX/MacOS +**/.DS_Store + +# Windows +**/thumbs.db
\ No newline at end of file |
