aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authornthnluu <nate1299@me.com>2024-01-28 21:20:27 -0500
committernthnluu <nate1299@me.com>2024-01-28 21:20:27 -0500
commitc63f340d90800895f007de64b7d2d14624263331 (patch)
tree2c0849fa597dd6da831c8707b6f2603403778d7b /.gitignore
Created student weenix repository
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9b5af1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+commands.gdb
+.gdb_history
+.vscode
+
+# normal build system output
+disk0.img
+disk0.vmdk
+*.[oad]
+*.pyc
+*.gdbcomm
+*.so
+
+.staging
+# editor temporary files
+\#*\#
+*~
+.*.swp
+*.tmp
+*.bak
+*.orig
+*.nfs*
+cmake-build-debug/*
+
+# Vagrant data
+.vagrant
+
+**.DS_Store
+
+**.log
+
+.idea/
+qemu/
+build/