Add .gitignore
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# Ignore dotfiles by default
|
||||
.*
|
||||
|
||||
# Ignore common (generated) file types
|
||||
*.a
|
||||
*.o
|
||||
*.d
|
||||
*.so
|
||||
*.out
|
||||
*.hex
|
||||
|
||||
# Ignore bin/ directory
|
||||
bin/
|
||||
|
||||
# Unignore specific files.
|
||||
!.gitignore
|
||||
!.clang-format
|
||||
Reference in New Issue
Block a user