summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorZaViBiS2021-11-13 12:40:49 +0200
committerZaViBiS2021-11-13 12:40:49 +0200
commitb3147ebee2018ed766ad0dafe9e5f06774dfb5c6 (patch)
treef2049ba2b1b711bae1cb576df414f15bd70bf2de /.gitignore
downloadaur-b3147ebee2018ed766ad0dafe9e5f06774dfb5c6.tar.gz
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9ee60fac3417
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+main
+test.v
+*.mp4 \ No newline at end of file