aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 21 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index c6127b3..0754ec2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,12 +2,15 @@
*.d
# Object files
+obj/
*.o
*.ko
*.obj
*.elf
# Linker output
+bin/
+result
*.ilk
*.map
*.exp
@@ -17,16 +20,16 @@
*.pch
# Libraries
-*.lib
-*.a
-*.la
-*.lo
+# *.lib
+# *.a
+# *.la
+# *.lo
# Shared objects (inc. Windows DLLs)
-*.dll
-*.so
-*.so.*
-*.dylib
+# *.dll
+# *.so
+# *.so.*
+# *.dylib
# Executables
*.exe
@@ -42,6 +45,16 @@
*.idb
*.pdb
+# Nix / Dev environment
+.direnv/
+.envrc
+
+# Editor-specific
+.vscode/
+.idea/
+*.swp
+*~
+
# Kernel Module Compile Results
*.mod*
*.cmd