Update Ada.gitignore
This commit is contained in:
parent
3674ae092f
commit
4de068fc6e
1 changed files with 28 additions and 3 deletions
|
|
@ -1,5 +1,30 @@
|
|||
# Object file
|
||||
# Object files and libraries
|
||||
*.o
|
||||
|
||||
# Ada Library Information
|
||||
*.ali
|
||||
|
||||
# Executable files
|
||||
*.exe
|
||||
*.out
|
||||
*.a
|
||||
*.so
|
||||
*.dll
|
||||
|
||||
# Backup files
|
||||
*~
|
||||
*.bak
|
||||
*.swp
|
||||
|
||||
# Directories created by IDEs or build tools
|
||||
obj/
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
|
||||
# Dependency files
|
||||
*.d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue