# # List of file patterns that should not be version controlled # # Copyright © 2021-2024 Samuel Lidén Borell # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. # *.o *~ *# *.save *.swp cslul cslul-afl cslul-fuzz-crash cslul-gcov cslul-gprof cslul-tcc-boundscheck unittest-normal unittest-gcov unittest-gprof unittest-tcc-boundscheck unittest-oom testexec/mainapp/mainapp testexec/mainapp/mainapp.ir testexec/mainapp/bin testexec/mainapp_tcc testexec/mainapp_vg errortest/out.expected errortest/out*.rawout errortest/out*.actual errortest/mainapp/errortest errortest/mainapp_vg errortest/mainapp_tcc src-cslul/fuzz/tmp-in src-cslul/fuzz/tmp-repro src-cslul/fuzz/tmp-crash.c src-cslul/fuzz/tmp-dummyout fanalyzer_dummy template.pot *.mo *.exe *.so *.dll *.a *.pio *.lib *.plist *.gcda *.gcno gmon.out *.k *.obj *.tag *.ppx print_hashes deps_actual.out deps_expected.out *.dump *.ctu-info # filtered IR file (without comments) *.ir1 *.ir2