diff options
| author | 2013-12-28 17:00:29 -0800 | |
|---|---|---|
| committer | 2013-12-28 17:00:29 -0800 | |
| commit | 7a1784893af6fe986503dc67672135ed05816579 (patch) | |
| tree | 110e6467d2ac576cb2e9c13c69aefed52be60f04 /.gitignore | |
| download | OneRoll-7a1784893af6fe986503dc67672135ed05816579.tar.gz OneRoll-7a1784893af6fe986503dc67672135ed05816579.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16b4ee5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# C++ objects and libs + +*.slo +*.lo +*.o +*.a +*.la +*.lai +*.so +*.dll +*.dylib + +# Qt-es + +*.pro.user +*.pro.user.* +moc_*.cpp +qrc_*.cpp +Makefile +*-build-* |