diff --git a/.gitignore b/.gitignore index b3a6371..b5956a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -find-cursor +/find-cursor diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d9b47d2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: c -install: make -script: make -compiler: - - clang - - gcc -notifications: - email: false