Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kristopher Ruzic
erp5
9f8955114ccffc00160681dda103c3032f042c1a
9f8955114ccffc00160681dda103c3032f042c1a
Switch branch/tag
erp5
.gitignore
Find file
Normal view
History
Permalink
.gitignore
54 Bytes
Edit
Web IDE
Newer
Older
Migrate repository from Subversion to Git
Julien Muchembled
committed
13 years ago
1
2
*.pyc
*.pyo
Ignore swap files created by editor.
Łukasz Nowak
committed
13 years ago
3
*.swp
Ignore backup files too.
Łukasz Nowak
committed
13 years ago
4
*~
Ignore python distribution files.
Łukasz Nowak
committed
13 years ago
5
6
7
build/
dist/
erp5.util.egg-info/