aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-05-11 21:11:44 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-05-11 21:11:44 -0400
commit845724480e725dac09b748e31e16e44e444aee81 (patch)
tree968160c2b7fd9b53641550e4dd11bad4be988942 /.gitignore
downloadhello_world-845724480e725dac09b748e31e16e44e444aee81.tar.gz
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f805e81
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# 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