commit 7bc0be0d2412f70dd1c169a889be106026223152 parent a28843925368e35572559c969c0555c925586126 Author: Joel Urech <joeltobias.urech@students.bfh.ch> Date: Mon, 26 Jun 2023 20:00:19 +0200 fill .gitignore Diffstat:
| A | .gitignore | | | 35 | +++++++++++++++++++++++++++++++++++ |
1 file changed, 35 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,34 @@ +*~ +Makefile +Makefile.in +aclocal.m4 +compile +config.guess +config.log +config.status +config.sub +configure +depcomp +frosix_config.h +frosix_config.h.in +install-sh +libtool +ltmain.sh +missing +stamp-h1 +test-driver +uncrustify.cfg +*.lo +*.o +*.la +autom4te.cache/ +m4/*.m4 +**/.deps/ +**/.libs/ +**/*.log +**/*.trs +frosix-cli +frosix-httpd +frosix-dbinit +frosix-config +test_frost +\ No newline at end of file