about summary refs log tree commit diff stats
path: root/js/scripting-lang/baba-yaga-c/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/baba-yaga-c/.gitignore')
-rw-r--r--js/scripting-lang/baba-yaga-c/.gitignore54
1 files changed, 54 insertions, 0 deletions
diff --git a/js/scripting-lang/baba-yaga-c/.gitignore b/js/scripting-lang/baba-yaga-c/.gitignore
new file mode 100644
index 0000000..54f6894
--- /dev/null
+++ b/js/scripting-lang/baba-yaga-c/.gitignore
@@ -0,0 +1,54 @@
+# Build artifacts
+bin/
+obj/
+build/
+*.o
+*.a
+*.so
+*.dylib
+*.exe
+*.dll
+
+# CMake
+CMakeCache.txt
+CMakeFiles/
+cmake_install.cmake
+# Makefile
+
+# Coverage
+*.gcno
+*.gcda
+*.gcov
+coverage/
+
+# Documentation
+docs/html/
+docs/latex/
+
+# IDE files
+.vscode/
+.idea/
+*.swp
+*.swo
+*~
+
+# OS files
+.DS_Store
+Thumbs.db
+
+# Temporary files
+*.tmp
+*.temp
+*.log
+
+# Test artifacts
+test_results/
+*.test
+
+# Memory check files
+valgrind-out.txt
+*.vglog
+
+# Backup files
+*.bak
+*.backup 
\ No newline at end of file