mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
let git and hg ignore eachother
This commit is contained in:
parent
bd04aac6cd
commit
75eef30053
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
*.pyc
|
||||
build
|
||||
.hg
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
syntax: glob
|
||||
*.pyc
|
||||
build
|
||||
*.swp
|
||||
.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue