Browse Source

Initial commit

john melesky 6 years ago
commit
74aeef83b2
2 changed files with 49 additions and 0 deletions
  1. 47 0
      .gitignore
  2. 2 0
      README.md

+ 47 - 0
.gitignore

@@ -0,0 +1,47 @@
+# ---> Emacs
+# -*- mode: gitignore; -*-
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+*.elc
+auto-save-list
+tramp
+.\#*
+
+# Org-mode
+.org-id-locations
+*_archive
+
+# flymake-mode
+*_flymake.*
+
+# eshell files
+/eshell/history
+/eshell/lastdir
+
+# elpa packages
+/elpa/
+
+# reftex files
+*.rel
+
+# AUCTeX auto folder
+/auto/
+
+# cask packages
+.cask/
+
+# ---> Rust
+# Compiled files
+*.o
+*.so
+*.rlib
+*.dll
+
+# Executables
+*.exe
+
+# Generated by Cargo
+/target/
+

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# dropgame
+