ignorer generated files
This commit is contained in:
parent
ea8167582e
commit
24381c2749
1 changed files with 14 additions and 0 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,5 +1,19 @@
|
|||
# Generated by VC++ 6 builds
|
||||
/vc60.idb
|
||||
*.asm
|
||||
*.idb
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# CodeLite
|
||||
.CodeLite
|
||||
*.project
|
||||
*.workspace
|
||||
|
||||
# Devilution Comparer
|
||||
devilution-comparer
|
||||
comparer-config.toml
|
||||
|
||||
# ELF object file.
|
||||
*.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue