39 lines
439 B
Plaintext
39 lines
439 B
Plaintext
syntax: glob
|
|
|
|
# Project ignores
|
|
bin
|
|
bin/**
|
|
|
|
# Makefile ignores
|
|
Makelocal.mk
|
|
|
|
# File ignores
|
|
*.log
|
|
*.bak
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
# Ignore some eclipse files
|
|
.settings
|
|
.project
|
|
|
|
# Ignore visual studio files
|
|
.vs/
|
|
|
|
# Ignore intellij files
|
|
*.iml
|
|
.idea
|
|
|
|
# Ignore netbeans directory
|
|
nbproject
|
|
|
|
# Ignore mac finder files
|
|
.DS_Store
|
|
|
|
# Ignore windows files.
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Ignore kde dolphin files
|
|
.directory
|