Skip to content

Commit

Permalink
NO-JIRA: add an initial .gitignore file
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/qpid/jms/trunk@1487534 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
gemmellr committed May 29, 2013
1 parent 22e25c6 commit 08b13d3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
*~
*.swp

# Start of IntelliJ IDE files
.idea
.idea/*
*.iml
*.ipr
*.iws
# End of IntelliJ IDE files

/build/
*.class
*.pyc
*.pyo
target

.DS_Store

# Start of Eclipse IDE files
.project
.classpath
.settings
.cproject
eclipse-classes
# End of Eclipse IDE files

0 comments on commit 08b13d3

Please sign in to comment.