Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
chengxinlun committed Feb 20, 2017
1 parent 028be28 commit b68abb7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1,125 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# C++ objects and libs

*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib

# Qt-es

/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
qrc_*.cpp
ui_*.h
Makefile*
*build-*

# QtCreator

*.autosave

# QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*

# QtCtreator CMake
CMakeLists.txt.user*
Loading

0 comments on commit b68abb7

Please sign in to comment.