Adding .swp to .gitignore
[guacamole.git] / .gitignore
1
2 # Object code
3 *.o
4 *.so
5
6 # Backup files
7 *~
8
9 # Files currently being edited by vim or vi
10 *.swp
11