Compare commits

...

2 Commits

Author SHA1 Message Date
Russ Magee 7a2b4490fe Merge branch 'master' of https://gogs.blitter.com/Russtopia/bacillus 2024-03-18 18:08:40 -07:00
Russ Magee a226d8b744 Added .gitignore 2024-03-18 18:08:32 -07:00
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