1
0
Fork 0

init commit logstats bsd source

This commit is contained in:
Willem Cazander 2012-01-03 02:49:12 +01:00
parent 00a52478df
commit 99c93dbc0c
105 changed files with 8422 additions and 1 deletions

42
.gitignore vendored Normal file
View file

@ -0,0 +1,42 @@
#
# Ignore some files in the logstats project.
#
# Ignore all maven target directories
/target
*/target
*/*/target
*/*/*/target
# Ignore leftovers of really failed release build
release.properties
pom.xml.next
pom.xml.releaseBackup
pom.xml.backup
pom.xml.branch
pom.xml.tag
# Ignore version plugin backup
pom.xml.versionsBackup
# Ignore C/java/images binary files
*.o
*.hex
*.dat
*.bmp
*.gif
*.pdf
# Ignore netbeans directory
nbproject
# Ignore mac finder files
.DS_Store
# Ignore windows files.
Thumbs.db
Desktop.ini
# Ignore auto eclipse plugins settings
org.eclipse.wst.common.component
org.eclipse.wst.common.project.facet.core.xml