mirror of
https://github.com/github/gitignore
synced 2024-11-11 14:28:51 +01:00
cbf090d44f
ignoring *.autosave files generated by QtCreator
26 lines
179 B
Plaintext
26 lines
179 B
Plaintext
# C++ objects and libs
|
|
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Qt-es
|
|
|
|
*.pro.user
|
|
*.pro.user.*
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
Makefile*
|
|
*-build-*
|
|
|
|
# QtCreator
|
|
|
|
*.autosave
|