mirror of
https://github.com/Clortox/dashboard.git
synced 2025-01-05 09:27:58 +00:00
13 lines
176 B
Plaintext
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
|