mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 14:31:42 +08:00
31 lines
254 B
Plaintext
31 lines
254 B
Plaintext
# Object files and libraries
|
|
*.o
|
|
*.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
|