Skip to content

Commit

Permalink
Add new IDE support in .gitignore
Browse files Browse the repository at this point in the history
Change-Id: Ifdf6dded9d895181c8398e5d6dae1a1f2fd28fc2
Reviewed-on: http://review.couchbase.org/23156
Reviewed-by: Michael Nitschinger <michael.nitschinger@couchbase.com>
Tested-by: Michael Nitschinger <michael.nitschinger@couchbase.com>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
Tested-by: Tugdual Grall <tugdual@gmail.com>
Reviewed-by: Tugdual Grall <tugdual@gmail.com>
  • Loading branch information
tgrall committed Jan 14, 2013
1 parent 6394f84 commit 19280fd
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .gitignore
@@ -1,6 +1,26 @@
# General Ignores
*~
.classpath
.DS_Store
.project
build/
lib/ivy-2.2.0.jar
lib/ivy-2.2.0.jar
bin/
target/
log/

# IDE Support
# IntelliJ specific files/directories
.idea/
*.ipr
*.iws
*.iml
atlassian-ide-plugin.xml

# Eclipse
.factorypath
.settings/
.externalToolBuilders

# NetBeans
.nbattrs

0 comments on commit 19280fd

Please sign in to comment.