Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Dec 18, 2014
1 parent ed4151a commit 1d8d0bf
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app


src/progs/amordad_batch_query
src/progs/build_graph
src/progs/build_graph_naively
src/progs/compute_normalizers
src/progs/generate_hash_function
src/progs/naive_batch_query
src/progs/normalize_feature_vector
src/progs/normalize_features
src/progs/populate_hash_table
src/progs/simulate_feature_vector

0 comments on commit 1d8d0bf

Please sign in to comment.