Browse Source

global: very basic .gitignore for object files

Fabian Giesen 2 years ago
parent
commit
d647af9ad2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+*.o
+*.obj
+*.exe