summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorschachmat <schachmat@users.noreply.github.com>2014-06-23 00:18:28 +0200
committerschachmat <schachmat@users.noreply.github.com>2014-06-23 00:18:28 +0200
commit163cb95920aacd43775a043cf4afab490bc67774 (patch)
tree4e5d63426096a835157094e97ef9a698e73aff25 /.gitignore
downloadsent-163cb95920aacd43775a043cf4afab490bc67774.tar.gz
sent-163cb95920aacd43775a043cf4afab490bc67774.tar.bz2
sent-163cb95920aacd43775a043cf4afab490bc67774.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4d40434
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
Software created with 💖