aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--libpintos-rs/.gitignore1
-rw-r--r--src/examples/.gitignore2
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2c96eb1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+target/
+Cargo.lock
diff --git a/libpintos-rs/.gitignore b/libpintos-rs/.gitignore
new file mode 100644
index 0000000..437e1f1
--- /dev/null
+++ b/libpintos-rs/.gitignore
@@ -0,0 +1 @@
+libpintos.a
diff --git a/src/examples/.gitignore b/src/examples/.gitignore
index 850351e..3497886 100644
--- a/src/examples/.gitignore
+++ b/src/examples/.gitignore
@@ -37,3 +37,5 @@ dir_stress
create_file
create_remove_file
*.d
+
+haltrs