diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-11 21:11:44 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-11 21:11:44 -0400 |
| commit | 845724480e725dac09b748e31e16e44e444aee81 (patch) | |
| tree | 968160c2b7fd9b53641550e4dd11bad4be988942 /.gitignore | |
| download | hello_world-845724480e725dac09b748e31e16e44e444aee81.tar.gz | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 33 |
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 |
