dotfiles/.gitignore

20 lines
124 B
Plaintext
Raw Normal View History

2012-11-09 20:44:06 -08:00
# Vim
*.swp
*~
.netrwhist
# Python
*.pyc
# Java
*.jar
*.zip
*.war
target/
# Eclipse
.project
.classpath
# Pycharm
.idea/