summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRicardo Band2016-10-27 11:00:08 +0200
committerRicardo Band2016-10-27 11:00:08 +0200
commitb215d5749dbf1b1109767bc2c255576a3ee95410 (patch)
tree801264272757320ff6e8499051f02d3f6e5878ef /.gitignore
parent32bad446b4973c5b0d44d6eee8331796608ad7c2 (diff)
downloadaur-b215d5749dbf1b1109767bc2c255576a3ee95410.tar.gz
fixed
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore83
1 files changed, 83 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..132b25642e74
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,83 @@
+
+# Created by https://www.gitignore.io/api/c,archlinuxpackages,vim
+
+### C ###
+# 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
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
+
+
+### ArchLinuxPackages ###
+*.tar
+*.tar.*
+*.jar
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+
+
+### Vim ###
+# swap
+[._]*.s[a-w][a-z]
+[._]s[a-w][a-z]
+# session
+Session.vim
+# temporary
+.netrwhist
+*~
+# auto-generated tag files
+tags