google-research / libsoftwaresync

:camera: :camera: :camera: :camera: :camera: Wireless software synchronization of multiple distributed smartphone cameras.
https://arxiv.org/abs/1812.09366
Apache License 2.0
145 stars 34 forks source link

add gitignore from https://github.com/github/gitignore #8

Open natejenkins opened 3 years ago

natejenkins commented 3 years ago

Hi, thanks for this library!

Adding a .gitignore would make commits much cleaner, I copied the example Android .gitignore from https://github.com/github/gitignore (CC0 1.0 license) as a starting point.

natejenkins commented 3 years ago

Personally I would add a few more files to this gitignore. When building this project the following files and folders are created:

    .idea/
    gradle/
    gradlew
    gradlew.bat

In general I add the gradle folder and files to the repo and ignore ./idea/*

thoughts?