Browse Source

Initial commit

woelper 6 years ago
commit
d2054a115d
2 changed files with 15 additions and 0 deletions
  1. 13 0
      .gitignore
  2. 2 0
      README.md

+ 13 - 0
.gitignore

@@ -0,0 +1,13 @@
+# ---> Rust
+# Compiled files
+*.o
+*.so
+*.rlib
+*.dll
+
+# Executables
+*.exe
+
+# Generated by Cargo
+/target/
+

+ 2 - 0
README.md

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