Skip to content

Commit

Permalink
Retirando arquivos conflitantes
Browse files Browse the repository at this point in the history
Retirando do repositório 5x5 os arquivos gerados pelo Makefile, conflitantes em push, commit e afins, atualizando também o .gitignore
  • Loading branch information
joaocarloscampi committed Dec 10, 2021
1 parent e7a851e commit 123ac8d
Show file tree
Hide file tree
Showing 36 changed files with 67 additions and 10,562 deletions.
70 changes: 67 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,72 @@
*build/
*__pycache__/**
build/
__pycache__/
*.so
*include/**
include/
*.pyc
*.stash
Makefile
*.o

# Tentativa mais completa

# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.so.*
*.dll
*.dylib

# Qt-es
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmlc
*.jsc
Makefile*
*build-*
*.qm
*.prl

# Qt unit tests
target_wrapper.*

# QtCreator
*.autosave

# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*

# QtCreator CMake
CMakeLists.txt.user*

# QtCreator 4.8< compilation database
compile_commands.json

# QtCreator local machine specific files for imported projects
*creator.user*

# Protobuf
*.pb.h
*.pb.cc

# Folders
build/
bin/
__pycache__
Binary file removed __pycache__/action.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/behaviours.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/bridge.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/execution.cpython-38.pyc
Binary file not shown.
Binary file removed __pycache__/simClasses.cpython-38.pyc
Binary file not shown.
23 changes: 0 additions & 23 deletions build/.qmake.stash

This file was deleted.

540 changes: 0 additions & 540 deletions build/Makefile

This file was deleted.

Binary file removed build/tmp/obj/actuatorclient.o
Binary file not shown.
Binary file removed build/tmp/obj/client.o
Binary file not shown.
Binary file removed build/tmp/obj/command.pb.o
Binary file not shown.
Binary file removed build/tmp/obj/common.pb.o
Binary file not shown.
Binary file removed build/tmp/obj/libfira.o
Binary file not shown.
Binary file removed build/tmp/obj/packet.pb.o
Binary file not shown.
Binary file removed build/tmp/obj/refereeclient.o
Binary file not shown.
Binary file removed build/tmp/obj/replacement.pb.o
Binary file not shown.
Binary file removed build/tmp/obj/replacerclient.o
Binary file not shown.
Binary file removed build/tmp/obj/visionclient.o
Binary file not shown.
Binary file removed build/tmp/obj/vssref_command.pb.o
Binary file not shown.
Binary file removed build/tmp/obj/vssref_common.pb.o
Binary file not shown.
Binary file removed build/tmp/obj/vssref_placement.pb.o
Binary file not shown.
Loading

0 comments on commit 123ac8d

Please sign in to comment.