Added .gitignore

This commit is contained in:
Russ Magee 2024-03-18 18:08:32 -07:00
parent be6184e00b
commit a226d8b744
1 changed files with 17 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
*~
*.diff
*.patch
artifacts/*
!artifacts/README.md
example_workdir/*
!example_workdir/*.sh
!example_workdir/*.sample