Skip to content

Commit

Permalink
Merge pull request wang-bin#685 from Horosphere/IgnoreHiddenByDefault
Browse files Browse the repository at this point in the history
Ignore hidden by default
  • Loading branch information
wang-bin authored Jul 20, 2016
2 parents 319400a + 5ee39fc commit 51fb475
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
CVS
.#*

.hg
.hgignore
# Hidden files are ignored by default with exceptions
.*
!/.gitignore
!/.gitmodules
!/.qmake.conf
!/.travis.yml

# .install files in debian/ are generated and ignored
debian/*.install

obj
TestResults
*.pbxuser
*.perspectivev3
.DS_Store

*.old
*.log
Expand Down Expand Up @@ -47,9 +53,6 @@ Makefile*
*.ilk

#dirs
.moc
.rcc
.obj
/bin*
/lib*
build
Expand All @@ -67,5 +70,4 @@ Release
*qrc_res.cpp

#cache
*.pyc
*.swp

0 comments on commit 51fb475

Please sign in to comment.