Skip to content

Instantly share code, notes, and snippets.

@egel
Created July 24, 2014 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egel/c58d70d57d7834e6bc5a to your computer and use it in GitHub Desktop.
Save egel/c58d70d57d7834e6bc5a to your computer and use it in GitHub Desktop.
gitignore: Netbeans + Qt
# 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