Skip to content

Commit

Permalink
Added a gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
maniksurtani committed Dec 8, 2010
1 parent fb7e4bc commit f704234
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ignore .svn metadata files
.svn
# ignore Maven generated target folders
target
# ignore eclipse files
.project
.classpath
.settings
.scala_dependencies
# ignore IDEA files
*.iml
*.ipr
*.iws
.idea
atlassian-ide-plugin.xml
maven-ant-tasks.jar
test-output
# log files
*.log
# vim files
*.swp
# generated rhq plugin xml
rhq-plugin.xml
# generated schema
core/src/main/resources/schema
# Compiled python files
*.pyc

0 comments on commit f704234

Please sign in to comment.