diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-20 13:53:55 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-22 14:22:57 -0700 |
commit | 5f4619bac33a544af4da6e7d28bb4d7dbe45ae92 (patch) | |
tree | ab79661111460b9aab6a7b9452dfcf52a59a90de /.gitignore | |
parent | b66ecb9c3a1d4a7756ad48c61a8b2e82b08f1e8c (diff) | |
download | sshfs-5f4619bac33a544af4da6e7d28bb4d7dbe45ae92.tar sshfs-5f4619bac33a544af4da6e7d28bb4d7dbe45ae92.tar.gz sshfs-5f4619bac33a544af4da6e7d28bb4d7dbe45ae92.tar.bz2 sshfs-5f4619bac33a544af4da6e7d28bb4d7dbe45ae92.zip |
Added unit tests and travis integration
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,8 +6,6 @@ # NOTE! Please use 'git ls-files -i --exclude-standard' # command after changing this file, to see if there are # any tracked files which get ignored after the change. -.* -!.gitignore *.o *.lo *.la @@ -35,3 +33,4 @@ sshfs.1 /.pc /patches /m4 +.deps/ |