Skip to content

Commit 5440353

Browse files
committed
Ignore hidden files (.*) by default with exceptions
1 parent 18713f3 commit 5440353

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
CVS
22
.#*
33

4-
.hg
5-
.hgignore
4+
# Hidden files are ignored by default with exceptions
5+
.*
6+
!/.gitignore
7+
!/.gitmodules
8+
!/.qmake.conf
9+
!/.travis.yml
610

711
obj
812
TestResults
913
*.pbxuser
1014
*.perspectivev3
11-
.DS_Store
1215

1316
*.old
1417
*.log
@@ -47,9 +50,6 @@ Makefile*
4750
*.ilk
4851

4952
#dirs
50-
.moc
51-
.rcc
52-
.obj
5353
/bin*
5454
/lib*
5555
build

0 commit comments

Comments
 (0)