diff options
author | Aidan Hahn <aidan@aidanis.online> | 2019-08-28 18:34:04 -0700 |
---|---|---|
committer | Aidan Hahn <aidan@aidanis.online> | 2019-08-28 18:34:04 -0700 |
commit | 8a47388ec64880de554e1457cdcd5cbe78d37214 (patch) | |
tree | 463378d1b1ef206f6e5074464a3205d85727064b /.gitignore | |
parent | added logic in avatar class to determine rounding type (diff) | |
download | nheko-8a47388ec64880de554e1457cdcd5cbe78d37214.tar.xz |
rounding options for Avatar class
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e9c854d0..37e03bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ tags .clang_complete *wintoastlib* +# GTAGS +GTAGS +GRTAGS +GPATH + # C++ objects and libs *.slo |