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 a7a567a commit 7548af9Copy full SHA for 7548af9
.gitignore
@@ -1 +1,15 @@
1
-src/packages
+# exclude all dot files except .git, appveyor and travis files
2
+.*
3
+!.git*
4
+!.appveyor*
5
+!.travis.yml
6
+
7
+# exclude binaries and temporary files
8
+bin/
9
+bin_plugs/
10
+intermediate/
11
+intermediate_plugs/
12
+lib/
13
+*.aps
14
+*.user
15
+*.PVS-Studio.*
src/.gitignore
@@ -1,5 +1,6 @@
# exclude binaries and temporary files
ipch/
+packages/
# User-specific files
*.suo
0 commit comments