Commit d8cdedcb authored by Dom Sekotill's avatar Dom Sekotill
Browse files

added 'a.out' to the global git ignore file

'a.out' is the binary output name from gcc
parent 263a551c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,3 +4,6 @@
*.tmp
*.temp
*.old

# default gcc output name
a.out