Skip to content

Commit

Permalink
updated .cvsignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Apr 26, 2017
1 parent 28e862c commit 762a90a
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cvsignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
build
dist
MANIFEST
.tox
*.pyc
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Demo/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Demo/Lib/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Demo/Lib/ldap/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Demo/Lib/ldap/async/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Demo/Lib/ldapurl/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Demo/Lib/ldif/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Doc/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.build
python-ldap.pdf
python-ldap.ps
*.bck
Expand Down
1 change: 1 addition & 0 deletions Lib/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Lib/ldap/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
5 changes: 5 additions & 0 deletions Lib/ldap/controls/.cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.pyc
*.pyo
*.bck
*~
*.egg-info
5 changes: 5 additions & 0 deletions Lib/ldap/extop/.cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.pyc
*.pyo
*.bck
*~
*.egg-info
1 change: 1 addition & 0 deletions Lib/ldap/schema/.cvsignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pyo
*.bck
*~
*.egg-info
5 changes: 5 additions & 0 deletions Tests/.cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.pyc
*.pyo
*.bck
*~
*.egg-info

0 comments on commit 762a90a

Please sign in to comment.