Skip to content

Commit

Permalink
Git ignore binary programs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Oct 16, 2018
1 parent 9c74e09 commit 079c8c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions macat/.gitignore
@@ -1 +1,2 @@
macat
macat.exe
18 changes: 18 additions & 0 deletions perf/.gitignore
@@ -0,0 +1,18 @@
perf
perf.exe
inproc_lat
inproc_lat.exe
inproc_thr
inproc_thr.exe
local_lat
local_lat.exe
local_reqlat
local_reqlat.exe
local_thr
local_thr.exe
remote_lat
remote_lat.exe
remote_reqlat
remote_reqlat.exe
remote_thr
remote_thr.exe

0 comments on commit 079c8c0

Please sign in to comment.