Browse Source

git: ignore .o files (e.g., created by gcc)

bel 10 years ago
parent
commit
3d391b7291
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -10,6 +10,8 @@ out
 *.zip
 *.zip
 Output
 Output
 
 
+*.o
+
 #################
 #################
 ## Eclipse
 ## Eclipse
 #################
 #################