diff options
author | B. Watson <yalhcru@gmail.com> | 2019-03-13 02:57:11 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2019-03-13 02:57:11 -0400 |
commit | 7efbd7f6ba3ac19370e41e81608fadc01fa297aa (patch) | |
tree | e7910b1bbe395c587dc9c72e34d7310508457719 | |
parent | 9b2c838aff72dcecc10621b67c2d6510799115f1 (diff) | |
download | fujichat-7efbd7f6ba3ac19370e41e81608fadc01fa297aa.tar.gz |
add .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..2f4dd83 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.a +*.o +*.swp +*~ +1 +2 +3 +foo +bar |