summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-04-02 09:13:33 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-04-02 09:13:33 +0400
commit806a1e093eeac8b426b20717c14260c9cb896798 (patch)
tree7b6e1a01958269ce78b9716461a9fa4c05d3dc5e /.gitignore
parent15ccb946f43283bfc91d80ddf012d9ae2a0333ed (diff)
Removed CUDA files and changed build system to premakeremake
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 17 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1b72d0a..2bf56e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,17 @@
-cmake-build-debug
-.idea \ No newline at end of file
+.*
+vendor
+*.o
+
+bin
+obj
+*.make
+Makefile
+premake5
+premake5.exe
+
+*.sln
+*.vcxproj
+*.vcxproj.user
+
+.DS_Store
+