Skip to content

Commit

Permalink
Merge pull request #422 from babanin/master
Browse files Browse the repository at this point in the history
Intellij IDEA project files in .gitignore
  • Loading branch information
sarxos committed Nov 21, 2015
2 parents 5f6cb52 + f89e6e5 commit ce6d865
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ pom.xml~
.project
.classpath
README.md~

*.iml
.idea/
*.ipr
*.iws
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-onejar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.3.10-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit ce6d865

Please sign in to comment.