summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-06-01 16:46:06 +0200
committerTyge Løvset <[email protected]>2022-06-01 16:46:06 +0200
commitde5b9db42473801e83e93b35968c7cfc4b782e3a (patch)
tree20b68ed783696983e23353df0769a5bf700a5798 /.gitignore
parentde629774cb912aa3d563f24d99258142713c3fcd (diff)
downloadSTC-modified-de5b9db42473801e83e93b35968c7cfc4b782e3a.tar.gz
STC-modified-de5b9db42473801e83e93b35968c7cfc4b782e3a.zip
Update .gitignore using a "standard" C config.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore50
1 files changed, 47 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 0c474fa5..5884e998 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,47 @@
-*.out
-*.exe
-stuff/*
+# Folders
+stuff/*
+benchmarks/external/*
+
+# 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