moved .hgignore to .gitignore
This commit is contained in:
parent
7e3b6ce586
commit
371d5e78bd
|
@ -1,10 +1,9 @@
|
|||
# python temporary files
|
||||
syntax: glob
|
||||
*.pyc
|
||||
|
||||
# editor autosaves
|
||||
$~
|
||||
.idea/
|
||||
|
||||
# temporary data
|
||||
syntax: regexp
|
||||
temp
|
Loading…
Reference in New Issue