Created
July 24, 2014 10:52
-
-
Save egel/c58d70d57d7834e6bc5a to your computer and use it in GitHub Desktop.
gitignore: Netbeans + Qt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NetBeans | |
nbproject/private/ | |
build/ | |
nbbuild/ | |
dist/ | |
nbdist/ | |
nbactions.xml | |
nb-configuration.xml | |
# C++ objects and libs | |
*.slo | |
*.lo | |
*.o | |
*.a | |
*.la | |
*.lai | |
*.so | |
*.dll | |
*.dylib | |
# Qt-es | |
/.qmake.cache | |
/.qmake.stash | |
*.pro.user | |
*.pro.user.* | |
*.moc | |
moc_*.cpp | |
qrc_*.cpp | |
ui_*.h | |
Makefile* | |
*-build-* | |
# QtCreator | |
*.autosave | |
#QtCtreator Qml | |
*.qmlproject.user | |
*.qmlproject.user.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment