Skip to content

Commit d749c0b

Browse files
committed
Added a .gitignore
Added a .gitignore that ignores object files and the binary that is compiled. Did this to avoid an accidental commit of binary files.
1 parent 52814ed commit d749c0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
slstatus
2+
*.o

0 commit comments

Comments
 (0)