LRUCache/.gitignore

10 lines
140 B
Plaintext
Raw Permalink Normal View History

2021-08-23 13:40:34 -04:00
#ignore all .o files
src/**/*.o
#ignore all swp files
**/*.swp
#ignore all executables, but still keep the bin folder
bin/*
!bin/.gitkeep