We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18713f3 commit 5440353Copy full SHA for 5440353
.gitignore
@@ -1,14 +1,17 @@
1
CVS
2
.#*
3
4
-.hg
5
-.hgignore
+# Hidden files are ignored by default with exceptions
+.*
6
+!/.gitignore
7
+!/.gitmodules
8
+!/.qmake.conf
9
+!/.travis.yml
10
11
obj
12
TestResults
13
*.pbxuser
14
*.perspectivev3
-.DS_Store
15
16
*.old
17
*.log
@@ -47,9 +50,6 @@ Makefile*
47
50
*.ilk
48
51
49
52
#dirs
-.moc
-.rcc
-.obj
53
/bin*
54
/lib*
55
build
0 commit comments