Skip to content

Commit

Permalink
Merge pull request #2 from facebookresearch/wly-gitignore
Browse files Browse the repository at this point in the history
[dx] add .gitignore to exclude compil artifacts and local files
  • Loading branch information
mdouze authored Feb 15, 2017
2 parents ba32a28 + 6b46952 commit 9f2fff1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/makefile.inc
/tests/demo_ivfpq_indexing
*.swp
*.swo
*.o
*.a
*.dSYM

0 comments on commit 9f2fff1

Please sign in to comment.