summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-08-22 10:06:40 -0400
committerMalfurious <m@lfurio.us>2021-08-22 10:06:40 -0400
commit083f76002476dd722a2989cf2c33d0e616e3fd84 (patch)
tree64258b519fa6ea1a36cdf50a7f7bf20567098d13 /.gitignore
parentd0e68f51eae112447289f2bcf541c4a4882ec741 (diff)
downloadlib-des-gnux-083f76002476dd722a2989cf2c33d0e616e3fd84.tar.gz
lib-des-gnux-083f76002476dd722a2989cf2c33d0e616e3fd84.zip
Globally ignore all build artifacts
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e76473b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+__pycache__/
+a.out
+*.o
+*.elf
+*.exe
+*.dll
+*.a
+*.so