summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMerlin Jehli2024-04-03 16:26:33 +0200
committerMerlin Jehli2024-04-03 16:26:33 +0200
commit3338d1876de2a4dc4eb911931813f160310bfca3 (patch)
tree4ea94ebef47722896efb830fb35bb288504e8941 /.gitignore
parent5d6550dadd9e2e03d0ac23b8905f59cee7dea579 (diff)
downloadaur-3338d1876de2a4dc4eb911931813f160310bfca3.tar.gz
updated PKGBUILD
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore58
1 files changed, 58 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1bd797f58c32
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,58 @@
+### C template
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
+
+src
+pkg
+systemd-fml
+.idea