Skip to content

Commit

Permalink
modify ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zhousoft committed Mar 14, 2016
1 parent d67a2ea commit a8ab236
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
41 changes: 4 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
# 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
*.pro.user
*.autosave

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

# QtCtreator CMake
CMakeLists.txt.user
#Qt creator
*.pro
*.pri
*.pro.user
1 change: 1 addition & 0 deletions DataStructOj.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
TEMPLATE = subdirs


SUBDIRS += \
RangeSearch \
LightHouse \
Expand Down
2 changes: 1 addition & 1 deletion DataStructOj.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.4.0, 2016-03-13T21:33:50. -->
<!-- Written by QtCreator 3.4.0, 2016-03-14T10:32:17. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down

0 comments on commit a8ab236

Please sign in to comment.