diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c901713 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | pacman-c++/pacman.pro.user | ||
| 2 | pacman-c++/pacman | ||
| 3 | pacman-c++/Makefile | ||
| 4 | pacman-c++/qrc_* | ||
| 5 | pacman-c++/*.o | ||
| 6 | pacman-c++/*.moc | ||
| 7 | pacman-build-debug | ||
| 8 | pacman-build-release | ||
| 9 | .*.swp | ||
