Browse Source

Initial commit

main
palmkeep 4 years ago
committed by GitHub
commit
33176ddc80
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 32
      .gitignore
  2. 2
      README.md

32
.gitignore

@ -0,0 +1,32 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

2
README.md

@ -0,0 +1,2 @@
# cpp-exploration
Collection of small, sometimes weird, uses of C++
Loading…
Cancel
Save