proc-api/.gitignore

10 lines
140 B
Plaintext
Raw Normal View History

2022-04-28 20:48:15 +00:00
#ignore all .o files
src/**/*.o
#ignore all swp files
**/*.swp
#ignore all executables, but still keep the bin folder
bin/*
!bin/.gitkeep