]> git.lizzy.rs Git - dragonirc.git/commitdiff
Create .gitignore
authorElias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com>
Fri, 31 Dec 2021 14:45:23 +0000 (15:45 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Dec 2021 14:45:23 +0000 (15:45 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..6fd0a37
--- /dev/null
@@ -0,0 +1,41 @@
+# Compiled Lua sources
+luac.out
+
+# luarocks build files
+*.src.rock
+*.zip
+*.tar.gz
+
+# Object files
+*.o
+*.os
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+*.def
+*.exp
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+