mirror of
https://github.com/sesps/EventBuilder_Skeleton.git
synced 2024-11-10 12:28:51 -05:00
26 lines
245 B
Plaintext
26 lines
245 B
Plaintext
###directories to ignore###
|
|
.vscode/
|
|
build/
|
|
|
|
###file types to ignore###
|
|
*.swp
|
|
*.o
|
|
*.so
|
|
*.a
|
|
*.cxx
|
|
*.root
|
|
*.bin
|
|
*.pcm
|
|
*.jpg
|
|
*.png
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.make
|
|
*.yaml
|
|
Makefile
|
|
event_log.txt
|
|
.DS_Store
|
|
|
|
###include this###
|
|
!.gitignore
|