Skip to content

Commit

Permalink
Ignore hidden files (.*) by default with exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Horosphere committed Jul 20, 2016
1 parent 18713f3 commit 5440353
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
CVS
.#*

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

obj
TestResults
*.pbxuser
*.perspectivev3
.DS_Store

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

#dirs
.moc
.rcc
.obj
/bin*
/lib*
build
Expand Down

0 comments on commit 5440353

Please sign in to comment.