summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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