mirror of
https://github.com/Zygo/bees.git
synced 2025-07-05 10:02:27 +02:00
gitignore: clang creates a lot of *.tmp files
Also sort the list of extensions. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,7 +1,8 @@
|
|||||||
*.[ao]
|
*.[ao]
|
||||||
*.bak
|
*.bak
|
||||||
*.new
|
|
||||||
*.dep
|
*.dep
|
||||||
|
*.new
|
||||||
|
*.tmp
|
||||||
*.so*
|
*.so*
|
||||||
Doxyfile
|
Doxyfile
|
||||||
README.html
|
README.html
|
||||||
|
Reference in New Issue
Block a user