blob: f77703ab31913b1bd0722b4ca2598a6516115ac6 [file] [log] [blame] [edit]
# Git ignore patterns
# Author: Maxime Petazzoni <mpetazzoni@turn.com>
# Ignore build output
/build/*
*/build
# Ignore Javadoc output
/doc/*
# Ignore any eventual Eclipse project files, these don't belong in the
# repository.
/.classpath
/.project
/.settings
/.idea/workspace.xml
# Ignore common editor swap files
*.swp
*.bak
*~
*~
#ignore idea workspace file and idea module files
*.iml
.idea/workspace.xml