Badrpas / Fly-simulator

Multiplayer fly :honeybee: simulator
MIT License
5 stars 0 forks source link

Updated .gitignore #8

Closed BondarenkoArtur closed 5 years ago

pavart commented 5 years ago

I see a lot of junk in .gitignore which is not related to typical C++ project. For example python, eclipse, and so on. Maybe it's a good chance to remove all this crap? @Badrpas @BondarenkoArtur

BondarenkoArtur commented 5 years ago

I see a lot of junk in .gitignore which is not related to typical C++ project.

Agreed, but I don't know is there something that needed by VS.

pavart commented 5 years ago

Let for now remove the following parts:

## Eclipse
# External tool builders
# Locally stored "Eclipse launch configurations"
# CDT-specific
# PDT-specific
# SQL Server files
## Python
# Packages
# Installer logs
# Unit test / coverage reports
#Translations
#Mr Developer

WDYT?

BondarenkoArtur commented 5 years ago

WDYT?

Agreed, removed them

BondarenkoArtur commented 5 years ago

@Badrpas merge this if you agreed