init commit logstats bsd source
This commit is contained in:
parent
00a52478df
commit
99c93dbc0c
105 changed files with 8422 additions and 1 deletions
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue