We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d341c commit 87f51a3Copy full SHA for 87f51a3
3 files changed
.gitignore
@@ -15,24 +15,26 @@
15
.*.swp
16
.DS_store
17
# Simulated Subversion default ignores end here
18
+/.coverage
19
/.project
20
/.pydevproject
21
/.Python
22
/.settings
-/.coverage
23
-/unix.tag
24
-/testresult
25
-/mergelog
26
-/mergequeue
27
-/INSTALL.pdf
+/.tmp
28
/bin
29
/etc
30
-/local
31
-/lib
32
-/share
+/ghostdriver.log
33
/include
+/INSTALL.pdf
+/latest-coverage.json
+/lib
+/local
+/mergelog
+/mergequeue
34
+/minimum-requirements.txt
35
/pip-selfcheck.json
36
/settings_local.py
37
+/share
38
/static
-/latest-coverage.json
-/ghostdriver.log
39
+/testresult
40
+/unix.tag
bin/.gitignore
@@ -30,4 +30,4 @@
/wheel
/xml2rfc
/yang2html
-/yangdsdl
+/yang2dsdl
etc/.gitignore
@@ -0,0 +1 @@
1
+/bash_completion.d
0 commit comments