diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-04-26 01:01:11 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | d5830bb440f885878dc580e94a7364e4c5f6a044 (patch) | |
| tree | a3c553d522b06fec5991ba6135f261290b80ba1c | |
| parent | f570ed86c480121d748e97a12d3672fc91241975 (diff) | |
Added .gitignore.
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..48c3a60 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +*.[oa] +avp |
