diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-02-08 09:50:25 +0000 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-02-08 09:50:25 +0000 |
commit | 1c4619e23345709357cea9ba2bdf4b59512b222f (patch) | |
tree | d50bfa3a4fd95c54deafe6e597becb78b481df99 /.gitignore | |
download | mongo-edu-1c4619e23345709357cea9ba2bdf4b59512b222f.zip |
first commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..33d7898 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +lib-cov +lcov.info +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz + +pids +logs +results +build +livegit +.grunt +.DS_Store + +node_modules |