mirror of
https://github.com/kennethreitz-archive/gitignore.git
synced 2026-06-05 23:30:18 +00:00
12bb040e2e
Thought for a linux environment with vim editing (if not configured, vim will leave behind nasty temporal files)
12 lines
84 B
Plaintext
12 lines
84 B
Plaintext
*.swp
|
|
*.swo
|
|
*~
|
|
#for python/django
|
|
*.log
|
|
static/uploaded/**/*
|
|
*.mo
|
|
*.pot
|
|
*.po
|
|
*.pyc
|
|
|