Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-swift authored Oct 31, 2021
1 parent a103177 commit 256bd91
Showing 1 changed file with 5 additions and 69 deletions.
74 changes: 5 additions & 69 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
.vscode/
libembroidery-convert/libembroidery-convert
libembroidery_test
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
libembroidery_convert
libembroidery-convert/.qmake.stash
libembroideryconvert

CMakeLists.txt.user
CMakeCache.txt
CMakeScripts
Testing
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps



build/
embroider
embroider_autogen/
embroidery_autogen/
embroidery_static_autogen/

# C++ objects and libs
*.slo
Expand All @@ -31,51 +15,3 @@ _deps
*.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*

*_qmlcache.qrc

embroider
embroider_autogen/
embroidery_autogen/
embroidery_static_autogen/

0 comments on commit 256bd91

Please sign in to comment.