diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-02-19 18:20:41 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-02-19 18:20:41 +0000 |
| commit | a7902b5a04c176854c4c9b5e4a6feb8a5ad4fece (patch) | |
| tree | 6b22ae5b906e5a7b946f2855f8209b83effe5e20 | |
| parent | dad8aea073d61df2ffec939b7f190eaef42e8430 (diff) | |
| download | lasso-a7902b5a04c176854c4c9b5e4a6feb8a5ad4fece.tar.gz lasso-a7902b5a04c176854c4c9b5e4a6feb8a5ad4fece.tar.xz lasso-a7902b5a04c176854c4c9b5e4a6feb8a5ad4fece.zip | |
generated files are best ignored by cvs
| -rw-r--r-- | win32/.cvsignore | 1 | ||||
| -rw-r--r-- | win32/msvc/.cvsignore | 4 | ||||
| -rw-r--r-- | win32/msvc/java/.cvsignore | 2 | ||||
| -rw-r--r-- | win32/msvc/php/.cvsignore | 2 | ||||
| -rw-r--r-- | win32/msvc/python/.cvsignore | 2 | ||||
| -rw-r--r-- | win32/nsis/.cvsignore | 1 |
6 files changed, 12 insertions, 0 deletions
diff --git a/win32/.cvsignore b/win32/.cvsignore index 282522db..3db4c7f4 100644 --- a/win32/.cvsignore +++ b/win32/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +lasso.rc diff --git a/win32/msvc/.cvsignore b/win32/msvc/.cvsignore new file mode 100644 index 00000000..836b58d7 --- /dev/null +++ b/win32/msvc/.cvsignore @@ -0,0 +1,4 @@ +Makefile.in +Makefile +lasso_config.h +lasso.dsp diff --git a/win32/msvc/java/.cvsignore b/win32/msvc/java/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/win32/msvc/java/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/win32/msvc/php/.cvsignore b/win32/msvc/php/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/win32/msvc/php/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/win32/msvc/python/.cvsignore b/win32/msvc/python/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/win32/msvc/python/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/win32/nsis/.cvsignore b/win32/nsis/.cvsignore index 282522db..b312d1ab 100644 --- a/win32/nsis/.cvsignore +++ b/win32/nsis/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +*.nsi |
