Files
dashboard/.gitignore
Tyler Perkins e85f0730a5 Initial Commit
2021-08-23 14:39:09 -04:00

13 lines
176 B
Plaintext

#ignore all .o files
src/**/*.o
#ignore all swp files
**/*.swp
#ignore all executables, but still keep the bin folder
bin/*
!bin/.gitkeep
#ignore config file
src/config.hpp