1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 04:56:01 +01:00

Merge pull request #420 from linquize/cygwin

Add exe, dll to .gitignore
This commit is contained in:
Eelco Dolstra 2014-12-15 16:38:05 +01:00
commit ccde347eb8

2
.gitignore vendored
View file

@ -112,6 +112,8 @@ Makefile.config
*.a *.a
*.o *.o
*.so *.so
*.dll
*.exe
*.dep *.dep
*~ *~
*.pc *.pc