diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-12 06:30:11 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-12 06:30:11 -0500 |
commit | de1c3571112e85507fea5e13c046eaf7b5514be1 (patch) | |
tree | 8a411335aaa3a3c1e6472f8176d1951e8b88ae8f | |
parent | c41ec69dbc29465ee338125f4f08168e6fcdee86 (diff) | |
download | uxd-de1c3571112e85507fea5e13c046eaf7b5514be1.tar.gz |
add .gitignore
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ea793b --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +uxd +*.o +core +*.swp +*~ +1 +2 +3 +a +b +c +foo +bar +baz +*.tmp +tmp* |