summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Urech <joeltobias.urech@students.bfh.ch>2023-06-26 20:00:19 +0200
committerJoel Urech <joeltobias.urech@students.bfh.ch>2023-06-26 20:00:19 +0200
commit7bc0be0d2412f70dd1c169a889be106026223152 (patch)
tree9ab6cb02a0220816e1bacefaef4ae0610631af9d
parenta28843925368e35572559c969c0555c925586126 (diff)
downloadfrosix-7bc0be0d2412f70dd1c169a889be106026223152.tar.gz
frosix-7bc0be0d2412f70dd1c169a889be106026223152.tar.bz2
frosix-7bc0be0d2412f70dd1c169a889be106026223152.zip
fill .gitignore
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..585aa4e
--- /dev/null
+++ 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