mirror of
https://github.com/github/gitignore
synced 2024-11-12 14:58:52 +01:00
f1d654c1b5
moc automatically generates "ui_*.h" files for each *.ui file. Since they are auto-generated I assume they should be ignored. Signed-off-by: Alexey Brodkin <alexey.brodkin@gmail.com>
22 lines
154 B
Plaintext
22 lines
154 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-*
|