41 lines
461 B
Plaintext
41 lines
461 B
Plaintext
|
syntax: glob
|
||
|
|
||
|
# Project ignores
|
||
|
bin
|
||
|
bin/**
|
||
|
.cargo
|
||
|
Makelocal.mk
|
||
|
|
||
|
# 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
|