Skip to content

Commit

Permalink
Bootstrap new & improved version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavpandeyvpz committed Mar 4, 2019
1 parent d5f14d2 commit e5ac7ba
Show file tree
Hide file tree
Showing 139 changed files with 354 additions and 6,090 deletions.
28 changes: 18 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# C++ objects and libs

*.slo
*.lo
*.o
Expand All @@ -11,7 +10,9 @@
*.dylib

# Qt-es

object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
*.pro.user
Expand All @@ -20,22 +21,29 @@
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmlc
*.jsc
Makefile*
*-build-*
*build-*

# QtCreator
# Qt unit tests
target_wrapper.*

# QtCreator
*.autosave
# QtCtreator Qml

# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*

# Qt Linguist

*.qm
# QtCreator CMake
CMakeLists.txt.user*

# Temp
# QtCreator 4.8< compilation database
compile_commands.json

*~
# QtCreator local machine specific files for imported projects
*creator.user*
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit e5ac7ba

Please sign in to comment.