diff options
author | LAN-TW <lantw44@gmail.com> | 2013-03-29 01:54:13 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-03-29 01:54:13 +0800 |
commit | c7e86b610f0e2b2ff4f7606cc46a8d15990cb5f1 (patch) | |
tree | 2feec16a664518cb3d2035a34b74ae06a434dc25 | |
parent | 2925df64f28f6f9f177c462c9989c88fc4799b18 (diff) | |
download | taiwan-online-judge-lantw44-c7e86b610f0e2b2ff4f7606cc46a8d15990cb5f1.tar.gz taiwan-online-judge-lantw44-c7e86b610f0e2b2ff4f7606cc46a8d15990cb5f1.tar.zst taiwan-online-judge-lantw44-c7e86b610f0e2b2ff4f7606cc46a8d15990cb5f1.zip |
Add .gitignore
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4c092c --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.o +*.so +*.ko +.*.swp +.*.swo +.*.cmd +.tmp_versions +Module.symvers +modules.order + |