Add a git ignore file
It excludes *.o object files and the xcwd executable.
This commit is contained in:
parent
df3f1d8e4d
commit
63040ea152
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
|
||||||
|
# Executable
|
||||||
|
xcwd
|
Loading…
Reference in New Issue
Block a user