Skip to content

Commit

Permalink
cleaned launch and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Nov 5, 2023
1 parent 0d1de08 commit 7b77292
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1,645 deletions.
31 changes: 3 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
/.pydevproject

# Distribution / packaging
dist/
Expand All @@ -11,7 +12,6 @@ build/

# IDEs and editors
.idea/
.vscode/
*.pyc

# Local development settings
Expand Down Expand Up @@ -44,17 +44,13 @@ build/
/dist
/repo
/test
/.ivy
/.myrobotlab
/.settings
/libraries
/haarcascades
/hogcascades
/lbpcascades
/myrobotlab.log
/audioFile
/obj
/ProgramAB/
/build/
/myrobotlab.jar
/*.mp4
Expand All @@ -63,60 +59,39 @@ build/
/MRLComm/
/*.log
/*.json
/notifyEntries.runtime.xml
/mary
/opennlp/
/mimic/
/inmoov/
/serial.rx.hex
/serial.tx.hex
/pids/
/voicetest.bat
/generatedPython/
/InMoov/
/tts/
/tools/
/START_INMOOV.bat
/start_inmoov.sh
/.pydevproject
/OpenAL64.dll
/lwjgl64.dll
/audacity-win-2.1.0.exe
/text.txt
/gestures/
/target/
/training/
/dependencies.xml
/.gradle/
/dependencies/
/gradle/
/pom/
/install*
/libraries*
/ivy*
/maven.eclipse.project
/pom*.xml
/yolo/
/jinput-natives/
/.idea/
/target/
/Solr/
/OpenCV/
/models/*
/models/
/bulletjme.dll
/Harry-export.py
/Harry.py
/backup-routes.py
/worke.py
/myrobotlab*.jar
/libbulletjme.so
/liblwjgl64.so
/copyToRaspi.sh
/lastRestart.py
/.factorypath
start.yml
config
src/main/resources/resource/InMoov2
src/main/resources/resource/ProgramAB
*.iml
/config

Loading

0 comments on commit 7b77292

Please sign in to comment.