asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

added .gitignore for Visual Studio Code, Eclipse files, Visual Studio project files (Debug,...) #273

Closed deinhofer closed 5 years ago

deinhofer commented 5 years ago

added .gitignore entries from

and some more.

klues commented 5 years ago

did some improvements, to my mind we could merge now.

this is the list that remains under "untracked files" on git status in my repository:

        bin/ACS/help/
        bin/ARE/ScreenHunter_536 Feb. 13 01.13.jpg
        bin/ARE/data/pictures/home/applications-office.jpg
        bin/ARE/data/pictures/home/icon.jpg
        bin/ARE/data/pictures/home/input-mouse.jpg
        bin/ARE/data/pictures/home/input-mouse_disabled.png
        bin/ARE/data/processor.adjustmentcurve/mycurve.ser
        bin/ARE/emg-12-02-2019.txt
        bin/ARE/emg_CONTROL_cb_2019-02-28_1EMG.acs
        bin/ARE/emg_CONTROL_cb_2019-02-28_2EMG.acs
        bin/ARE/emg_CONTROL_cb_2019-02-28_4EMG.acs
        bin/ARE/emg_CONTROL_configurator.acs
        bin/ARE/emg_CONTROL_replay3.acs
        bin/ARE/emg_CONTROL_replay4.acs
        bin/ARE/left-movement-optimized-300-avg_20190226080529.txt
        bin/ARE/left-movement-optimized_20190225173812.txt
        bin/ARE/left-movement-optimized_20190225180859.txt
        bin/ARE/left-movement-original_20190225173629.txt
        bin/ARE/models/componentTests/processors/SignalTranslation_test_step.acs
        bin/ARE/models/crosshairCursorControl_4keys _events.acs
        bin/ARE/models/newFile2.acs
        bin/ARE/right-movement-300-avg_20190226080529.txt
        bin/ARE/right-movement-optimized_20190225173812.txt
        bin/ARE/right-movement-optimized_20190225180859.txt
        bin/ARE/right-movement-original_20190225173629.txt
        bin/ARE/serial-test.acs
        bin/ARE/web/webapps/simple/

I think thats good - all of them are files that I should either commit or delete at some point ;)

deinhofer commented 5 years ago

looks good :+1: