Browse Source

Initial commit

bnj 5 years ago
commit
eed205850c
3 changed files with 43 additions and 0 deletions
  1. 34 0
      .gitignore
  2. 6 0
      LICENSE
  3. 3 0
      README.md

+ 34 - 0
.gitignore

@@ -0,0 +1,34 @@
+# ---> C
+# 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/
+

File diff suppressed because it is too large
+ 6 - 0
LICENSE


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# Panasonic_DMC-FZ100_remote_and_timelaps
+
+Panasonic DMC-FZ100 remote and timelaps

Some files were not shown because too many files changed in this diff