Skip to content

Commit

Permalink
NutrIF Face Detection
Browse files Browse the repository at this point in the history
- Inicialização do módulo de identificação e reconhecimento facial do
NutrIF.
  • Loading branch information
LADOSSIFPB committed Aug 5, 2016
1 parent b02bc4d commit cf98132
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions nutrif-face-detection/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
*.class

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE files #
#############
.classpath
.project
.settings
.idea
.metadata
*.iml
*.ipr

0 comments on commit cf98132

Please sign in to comment.