Skip to content

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
Closes #50
  • Loading branch information
aperezdc committed Jul 29, 2019
1 parent 15316e6 commit caa1481
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/CMakeCache.txt
/CMakeFiles/
/DerivedSources/
/Makefile
/build.ninja
/compile_commands.json
/*.cmake
/lib*.so*
/wpe-fdo/
/wpe-*.pc

0 comments on commit caa1481

Please sign in to comment.