summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2024-07-12 00:55:39 +0200
committernavewindre <nw@moneybot.cc>2024-07-12 00:55:39 +0200
commit2ebf959ec02048c15323e1bbfc63faedcf5067b6 (patch)
tree18862ba5d3b4be44294c0a81317d31eace7ee150 /.gitignore
parentecca2728f1a583ea484f8bdcda390a30e4906f1d (diff)
ha haaa
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 15 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 259148f..47e8b43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# ---> C++
# Prerequisites
*.d
@@ -24,9 +25,22 @@
*.lai
*.la
*.a
-*.lib
# Executables
*.exe
*.out
*.app
+
+*.pdb
+
+Release/*
+Debug/*
+X64/*
+intermediate/*
+src/Debug/*
+src/Release/*
+src/X64/*
+.idea/*
+.vs/*
+
+bin/* \ No newline at end of file