diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 16:18:26 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 16:19:02 +0200 |
| commit | 97b5778172572504c8dfbe173b18281e786270c0 (patch) | |
| tree | e775099577e9ef61465717ae453d71d8ff44559f /.gitignore | |
| download | qt-experiments-97b5778172572504c8dfbe173b18281e786270c0.tar.gz qt-experiments-97b5778172572504c8dfbe173b18281e786270c0.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..efd56c2 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | qt-quick/build | ||
| 2 | qt-quick/nissy | ||
| 3 | qt-quick/run | ||
| 4 | qt-widgets/Makefile | ||
| 5 | qt-widgets/build | ||
| 6 | qt-widgets/generated_files | ||
| 7 | qt-widgets/nissyqt | ||
| 8 | qt-widgets/.qmake* | ||
