10 lines
140 B
Plaintext
Executable File
10 lines
140 B
Plaintext
Executable File
#ignore all .o files
|
|
src/**/*.o
|
|
|
|
#ignore all swp files
|
|
**/*.swp
|
|
|
|
#ignore all executables, but still keep the bin folder
|
|
bin/*
|
|
!bin/.gitkeep
|