Add gitignore for setup dir

This commit is contained in:
Hoang Nguyen 2021-03-22 23:27:49 +03:00
parent 309a920067
commit 9a3dae27c5
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
setup/*/

View File

@ -8,3 +8,5 @@ cd tt || exit
make
chmod 755 tt
mv -fv tt ~/.local/bin/tt
cd ..